..
alloc.c
basecmd: Move low-level alloc code into basecmd.c
2017-07-20 10:44:31 -04:00
armcm_boot.c
armc_boot: Support cortex-m7 chips
2021-10-06 18:17:06 -04:00
armcm_boot.h
armcm_boot: Use armcm_main() instead of main() to start board code
2019-10-24 11:16:10 -04:00
armcm_irq.c
armcm_irq: Support cortex-m7 chips
2021-10-06 18:17:06 -04:00
armcm_link.lds.S
stm32: Add support for a bootloader on stm32f0
2020-03-04 19:50:56 -05:00
armcm_reset.c
armcm_reset: Add a armcm_reset.h header file for try_request_canboot()
2022-06-04 11:52:39 -04:00
armcm_reset.h
armcm_reset: Add a armcm_reset.h header file for try_request_canboot()
2022-06-04 11:52:39 -04:00
armcm_timer.c
armcm_boot: Add generic code for early board init on armcm machines
2019-08-22 09:58:58 -04:00
armcm_timer.h
armcm_timer: Fix typo in comment in armcm_timer.h
2019-08-21 12:05:13 -04:00
canbus.c
canserial: Rename canbus.c to canserial.c
2022-06-27 10:50:23 -04:00
canbus.h
canserial: Rename canbus.c to canserial.c
2022-06-27 10:50:23 -04:00
canserial.c
usb_canbus: Initial support for USB to CAN bridge mode
2022-06-27 10:50:23 -04:00
canserial.h
usb_canbus: Initial support for USB to CAN bridge mode
2022-06-27 10:50:23 -04:00
crc16_ccitt.c
command: Prefer uint8_t* for buffers; prefer uint8_fast_t for lengths
2018-05-28 10:43:39 -04:00
gpio.h
simulator: Add support for gpio_x_reset()
2018-08-27 12:45:01 -04:00
io.h
io.h: read/write[bwl] should use barrier
2017-02-02 10:46:42 -05:00
irq.h
generic: Minor header cleanup to generic/irq.h
2020-06-07 21:18:04 -04:00
misc.h
command: Fix handling of buffer passing in args[] on 64bit mcu
2020-10-30 14:04:12 -04:00
pgm.h
usb_cdc: Add support for usb_send_ep0_progmem()
2018-09-30 22:32:19 -04:00
serial_irq.c
command: Always pass a string to the DECL_CONSTANT() macro
2019-03-17 19:38:18 -04:00
serial_irq.h
simulator: Rework dummy simulator code to user timer_irq / serial_irq
2018-07-11 14:35:24 -04:00
timer_irq.c
command: Always pass a string to the DECL_CONSTANT() macro
2019-03-17 19:38:18 -04:00
timer_irq.h
sched: Implement generic sleep mechanism based on tasks pending
2017-08-08 00:27:28 -04:00
usb_canbus.c
usb_canbus: Initial support for USB to CAN bridge mode
2022-06-27 10:50:23 -04:00
usb_cdc.c
misc: Import misc.h in all files defining console_sendf()
2022-05-13 11:22:47 -04:00
usb_cdc.h
usb_cdc: Add a usb_fill_serial() helper function
2019-11-25 18:32:52 -05:00
usb_cdc_ep.h
usb_cdc_ep: Change default endpoint numbers
2022-06-27 10:50:23 -04:00
usbstd.h
usb_canbus: Initial support for USB to CAN bridge mode
2022-06-27 10:50:23 -04:00
usbstd_cdc.h
lpc176x: Initial support for serial over usb
2018-05-25 11:52:13 -04:00