This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
configs
/
shenzhou
/
src
History
Xiang Xiao
377eb30129
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
..
.gitignore
…
Makefile
…
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
…
stm32_can.c
…
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
…
stm32_ssd1289.c
…
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
…