This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-14 11:28:22 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e9fa96258b3968e0ff407efb54f5cc48079e8ff0
nuttx
/
drivers
/
wireless
T
History
Gregory Nutt
5b385f4d4d
kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete().
2017-10-16 11:38:00 -06:00
..
cc3000
fs/vfs: Add new internal OS interface nx_read(). nx_read() is functionally equivalent to read() except that it does not modify the errno variable and it is not a cancellation point. Changed all references to read() in the OS to nx_read().
2017-10-11 12:13:41 -06:00
ieee80211
kthread_create(): Rename kernel_thread() to kthread_create() for better naming consistency with task_create() and kthread_delete().
2017-10-16 11:38:00 -06:00
ieee802154
Squashed commit of the following:
2017-10-07 10:57:09 -06:00
spirit
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
cc1101.c
…
ISM1_868MHzGFSK100kbps.c
…
ISM2_905MHzGFSK250kbps.c
…
Kconfig
…
Make.defs
…
nrf24l01.c
Fix some compile problems found during build testing.
2017-10-07 09:40:02 -06:00
nrf24l01.h
…