- Feb 27, 2016
-
-
Sebastien Lorquet authored
drivers/wireless/ieee802154/Make.defs Changes to the build infrastructure to include the mrf24j40 driver include/nuttx/spi/spi.h Define a IEEE SPI device include/nuttx/wireless/ieee802154/ieee802154_radio.h This file defines the API of a IEEE 802.15.4 radio device, to be used by the future common MAC 802.15.4 layer drivers/wireless/ieee802154/mrf24j40.c drivers/wireless/ieee802154/mrf24j40.h The main MRF24J40 IEEE 802.15.4 radio driver include/nuttx/wireless/ieee802154/mrf24j40.h This file allows instanciation of the MRF24j40 driver from board configurations
-
- Feb 26, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Move drivers/ieee802154 to drivers/wireless/ieee802154; rename include/nuttx/net ieee802154 to 6lowpan.h
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 25, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 24, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 23, 2016
-
-
Gregory Nutt authored
sched: Recent change of ASSERT to DEBUGASSERT causes a crash when debug is diabled because there is a critical function call within the assertion
-
Frank Benkert authored
-
Gregory Nutt authored
-
Gregory Nutt authored
FAT: Add a new configuration option to decouple the logic that retries the direct transfer from the logic that enables DMA memory allocators.
-
- Feb 22, 2016
-
-
Gregory Nutt authored
FAT: Add an option to force all transfers to be performed indirectly through the FAT file system's internal sector buffers
-
Gregory Nutt authored
-
Alan Carvalho de Assis authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 21, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 20, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
-
- Feb 19, 2016
-
-
Gregory Nutt authored
-
Gregory Nutt authored
-
Gregory Nutt authored
Add a CPU affinity set to the TCB if SMP is enable and use this CPU set as a mask for determining which CPUs the thread may run on. Add an affinity field to the attrributes to permit controlling which CPUs a pthread may run on. Implements pthread_att_setaffinity_np() and pthread_attr_getaffinity_np().
-
Gregory Nutt authored
-
Gregory Nutt authored
Rename cpuset_t to cpu_set_t which is the type used in some non-standard Linux/GNU interfaces. Move definitions of cpu_set_t to include/sys/types.h. Add prototypes for sched_setaffinity(), sched_getaffinity(), pthread_attr_setaffinity_np(), pthread_attr_getaffinity_np(), pthread_setaffinity_np(), and pthread_getaffinity_np(). No implementation is yet in place.
-