nuttx/configs/shenzhou/src
2018-08-23 09:09:39 -06:00
..
.gitignore
Makefile Squashed commit of the following: 2017-07-16 08:43:17 -06:00
shenzhou.h This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00
stm32_adc.c
stm32_appinit.c binfmt: Add binfmt_initialize(). All binary formats are now registered centrally vs. in board-specific logic. This simplifies the usage of the binfmt subsystem. 2018-08-23 09:09:39 -06:00
stm32_autoleds.c
stm32_boot.c
stm32_buttons.c Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set. 2017-04-09 14:44:49 -06:00
stm32_can.c Move CAN subsystem to its own directory and put device drivers there 2017-05-12 11:48:47 -03:00
stm32_chipid.c
stm32_ili93xx.c
stm32_mmcsd.c
stm32_relays.c Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
stm32_spi.c configs/: Back out many of the changes in two recent commits: Too many changes from SPIDEV_WIRELESS to SPIDEV_CONTACTLESS. Specifically NRF24L01 should still be SPIDEV_WIRELESS. 2017-06-08 15:34:13 -06:00
stm32_ssd1289.c Eliminate some warnings found in build testing. 2017-08-13 12:24:48 -06:00
stm32_touchscreen.c This commit eliminates the BOARDIOC_TSCTEST_SETUP command. 2018-01-17 09:33:28 -06:00
stm32_usb.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
stm32_usbmsc.c
stm32_userleds.c
stm32_w25.c