klipper/src/generic
Kevin O'Connor 42e9adcfc9 armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS value
Specify the arm architecture flash bootup address for each chip type
in Kconfig using a new FLASH_BOOT_ADDRESS setting.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-11-08 09:53:04 -05:00
..
alloc.c
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: Introduce Kconfig FLASH_BOOT_ADDRESS value 2022-11-08 09:53:04 -05: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 serialqueue: Improve canbus timing 2022-07-29 11:40:54 -04:00
canbus.h canserial: Rename canbus.c to canserial.c 2022-06-27 10:50:23 -04:00
canserial.c canserial: Request bootloader via bootloader_request() 2022-07-29 11:40:54 -04:00
canserial.h canserial: Fix typo in canserial.h 2022-07-29 11:40:54 -04:00
crc16_ccitt.c
gpio.h
io.h
irq.h generic: Minor header cleanup to generic/irq.h 2020-06-07 21:18:04 -04:00
misc.h usb_cdc: Rename usb_request_bootloader() to bootloader_request() 2022-07-29 11:40:54 -04:00
pgm.h
serial_irq.c serial_irq: Support side channel for entering bootloader 2022-09-05 14:27:25 -04:00
serial_irq.h
timer_irq.c command: Always pass a string to the DECL_CONSTANT() macro 2019-03-17 19:38:18 -04:00
timer_irq.h
usb_canbus.c mcu: Delay reset signaling for usb to canbus bridge nodes 2022-07-29 11:40:54 -04:00
usb_cdc.c usb_cdc: Rename usb_request_bootloader() to bootloader_request() 2022-07-29 11:40:54 -04:00
usb_cdc.h usb_cdc: Rename usb_request_bootloader() to bootloader_request() 2022-07-29 11:40:54 -04: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