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
/
spirit
/
lib
History
…
..
Make.defs
…
spirit_aes.c
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -06:00
spirit_calibration.c
…
spirit_csma.c
…
spirit_directrf.c
…
spirit_general.c
…
spirit_gpio.c
…
spirit_irq.c
…
spirit_linearfifo.c
…
spirit_management.c
…
spirit_pktbasic.c
Spirit: Convert network driver to use STack packets vs. Basic packets. We need to use the STack packets in order to provide the source address.
2017-08-04 12:19:59 -06:00
spirit_pktcommon.c
…
spirit_pktmbus.c
…
spirit_pktstack.c
…
spirit_qi.c
…
spirit_radio.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
spirit_spi.c
…
spirit_timer.c
…