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-06-12 22:24:12 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
e8d6083ab3eb8ae4f626fa557d6228c3086f5df8
nuttx
/
drivers
/
wireless
T
History
Gregory Nutt
04b2964eac
drivers/wireless/nrf24l01.c: Review last PR. Also got enthused and did major re-work to file to bring it closer to the NuttX coding style. Fixed a few compile time warnings.
2017-03-10 17:29:58 -06:00
..
cc3000
Fixes for coding standard: '*' needs to 'snuggle' with following variable name
2017-02-28 18:22:58 -06:00
ieee802154
drivers/: Remove all explicit use of 'hidden' macro _info. Code must never use this directly. Code must always use a debug macro such as info which is basic on _info but can be appropriately filtered.
2017-01-15 13:00:50 -06:00
cc1101.c
stm32_gpiosetevent: GPIO IRQ logic no longer returns the xcpt_t oldhandler. This value is useless and dangerous after the recent changes to interrupt argument passing.
2017-03-02 16:34:37 -06:00
ISM1_868MHzGFSK100kbps.c
…
ISM2_905MHzGFSK250kbps.c
…
Kconfig
Move contactless drivers to their own directory
2016-08-31 13:08:58 +02:00
Make.defs
Move contactless drivers to their own directory
2016-08-31 13:08:58 +02:00
nrf24l01.c
drivers/wireless/nrf24l01.c: Review last PR. Also got enthused and did major re-work to file to bring it closer to the NuttX coding style. Fixed a few compile time warnings.
2017-03-10 17:29:58 -06:00
nrf24l01.h
…