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
/
drivers
/
wireless
History
Gregory Nutt
1ac4848686
Spirit bugfixes: Was hanging occasionally because there was not mechanism to restart the poll timer if poll was not performed because Spirit ws busy. Fixed by not checking if Spirit is busy. The TX poll can be performed asynchronouly while spirit is busy; any outgoing data will queued until Spirit is ready. Fixed handling of a timeout condition. Failure to transmition to the TX state would fail (timeout) if in a race condition Spirit already committed to the RX state. The driver needs to recover the state properly and avoid debug assertions in this event.
2017-08-07 09:22:16 -06:00
..
cc3000
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:35:56 -06:00
ieee80211
Remove dangling whitespace form the end of lines
2017-06-17 14:13:25 -06:00
ieee802154
Squashed commit of the following:
2017-07-30 19:11:23 -06:00
spirit
Spirit bugfixes: Was hanging occasionally because there was not mechanism to restart the poll timer if poll was not performed because Spirit ws busy. Fixed by not checking if Spirit is busy. The TX poll can be performed asynchronouly while spirit is busy; any outgoing data will queued until Spirit is ready. Fixed handling of a timeout condition. Failure to transmition to the TX state would fail (timeout) if in a race condition Spirit already committed to the RX state. The driver needs to recover the state properly and avoid debug assertions in this event.
2017-08-07 09:22:16 -06:00
cc1101.c
Add an instance argument to the SPIDEV definitions.
2017-04-29 12:26:52 -06:00
ISM1_868MHzGFSK100kbps.c
…
ISM2_905MHzGFSK250kbps.c
…
Kconfig
Squashed commit of the following:
2017-07-24 16:46:30 -06:00
Make.defs
Squashed commit of the following:
2017-07-24 16:46:30 -06:00
nrf24l01.c
Add an instance argument to the SPIDEV definitions.
2017-04-29 12:26:52 -06:00
nrf24l01.h
IOCTLS. Separate wireless character driver IOCTL commands from wireless network driver IOCTL commands. Move from wireless.h to ioctl.h.
2017-04-27 16:58:30 -06:00