incubator-nuttx/drivers/wireless/spirit/lib
Gregory Nutt 8fdbb1e0a4 Elimate use of the non-standard type systime_t and replace it the equivalent, standard type clock_t
Squashed commit of the following:

    sched:  Rename all use of system_t to clock_t.
    syscall:  Rename all use of system_t to clock_t.
    net:  Rename all use of system_t to clock_t.
    libs:  Rename all use of system_t to clock_t.
    fs:  Rename all use of system_t to clock_t.
    drivers:  Rename all use of system_t to clock_t.
    arch:  Rename all use of system_t to clock_t.
    include:  Remove definition of systime_t; rename all use of system_t to clock_t.
2018-06-16 12:16:13 -06:00
..
Make.defs Squashed commit of the following: 2017-07-28 12:01:05 -06:00
spirit_aes.c Squashed commit of the following: 2017-07-26 15:35:42 -06:00
spirit_calibration.c Squashed commit of the following: 2017-07-26 15:35:42 -06:00
spirit_csma.c Squashed commit of the following: 2017-07-26 15:35:42 -06:00
spirit_directrf.c Squashed commit of the following: 2017-07-26 15:35:42 -06:00
spirit_general.c Squashed commit of the following: 2017-07-27 11:56:26 -06:00
spirit_gpio.c Squashed commit of the following: 2017-07-27 11:56:26 -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 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: Add a function to wait for a state change with a timeout. 2017-08-01 10:31:12 -06:00
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 Squashed commit of the following: 2017-07-28 12:01:05 -06:00
spirit_pktmbus.c Squashed commit of the following: 2017-07-26 15:35:42 -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 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 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 Squashed commit of the following: 2017-07-27 18:04:35 -06:00