nuttx/drivers/wireless/spirit/lib
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_linearfifo.c Make sure that labeling is used consistently in all function headers (part 3). 2018-02-01 12:17:03 -06:00
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 Remove trailing spaces at the end of lines. 2018-08-13 07:39:38 -06:00
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 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 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t 2018-06-16 12:16:13 -06:00
spirit_timer.c