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
0d551cd0ac
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
..
Make.defs
…
spirit_aes.c
…
spirit_calibration.c
…
spirit_csma.c
…
spirit_directrf.c
…
spirit_general.c
…
spirit_gpio.c
…
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: 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: 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_qi.c
…
spirit_radio.c
…
spirit_spi.c
Spirit network driver: Need to enable sending of TX address. Moved some non-optional settings out of board.h to driver.
2017-08-04 12:19:58 -06:00
spirit_timer.c
…