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
/
cloudctrl
/
src
History
Gregory Nutt
7cf88d7dbd
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
..
.gitignore
…
cloudctrl.h
…
Makefile
…
stm32_adc.c
…
stm32_appinit.c
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
stm32_autoleds.c
…
stm32_boot.c
…
stm32_buttons.c
…
stm32_chipid.c
…
stm32_phyinit.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
Add an instance argument to the SPIDEV definitions.
2017-04-29 12:26:52 -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
…