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
Gregory Nutt
8c61c2f31b
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -06:00
..
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
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -06:00
spirit_general.c
…
spirit_gpio.c
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -06:00
spirit_irq.c
Spirit: Fix typos in conditional compilation. Add debug output. Remove extra clear of pending interrupts, could cause missing interrupts. Add spirit_reg_modify() which is not currently used.
2017-08-03 09:55:30 -06:00
spirit_linearfifo.c
…
spirit_management.c
…
spirit_pktbasic.c
…
spirit_pktcommon.c
…
spirit_pktmbus.c
Remove trailing spaces at the end of lines.
2018-08-13 07:39:38 -06:00
spirit_pktstack.c
…
spirit_qi.c
Squashed commit of the following:
2017-07-27 11:56:26 -06:00
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
…