This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
54d6a0768c
nuttx
/
boards
/
arm
/
stm32f0l0g0
/
b-l072z-lrwan1
History
Gregory Nutt
03e41c6806
boards/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 17:47:03 -06:00
..
configs
Merged in alinjerpelea/nuttx (pull request
#967
)
2019-08-07 20:49:39 +00:00
include
Merged in alinjerpelea/nuttx (pull request
#1003
)
2019-08-19 15:16:08 +00:00
scripts
All linker scripts: Preface all _edata defininitions with . = ALIGN(4). Otherwise, the last bytes in the .data section may not be initialized properly. Also convert all linker scripts indent in units of 8-spaces to units of 4-spaces.
2019-09-15 17:22:16 -06:00
src
boards/: Within the OS, nxisg_usleep() should be used instead of usleep(). usleep() is a cancellation point and sets the errno value. Neither of which should be done inside the OS.
2019-11-29 17:47:03 -06:00
Kconfig
Merged in alinjerpelea/nuttx (pull request
#967
)
2019-08-07 20:49:39 +00:00
README.txt
Merged in alinjerpelea/nuttx (pull request
#967
)
2019-08-07 20:49:39 +00:00
README.txt
B-L072Z-LRWAN1 ==============