klipper/src/generic
Kevin O'Connor 55e46aa625 armcm_boot: Avoid invoking functions in reset_handler_stage_two()
Avoid calling memset() and memcpy() prior to copying the ram and
clearing the bss.  Also, place both ResetHandler() and
reset_handler_stage_two() in an explicit ".text.armcm_boot" linker
section.  These changes make it easier to support targets that want to
run all code in ram.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-01-25 11:02:49 -05:00
..
alloc.c
armcm_boot.c armcm_boot: Avoid invoking functions in reset_handler_stage_two() 2024-01-25 11:02:49 -05:00
armcm_boot.h
armcm_irq.c armcm_irq: Support cortex-m7 chips 2021-10-06 18:17:06 -04:00
armcm_link.lds.S armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESS 2022-12-14 18:44:07 -05:00
armcm_reset.c armcm_reset: Flush dcache before rebooting into canboot 2022-12-16 17:26:41 -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_timer.h
canbus.c canbus: Rename canserial_send() to canbus_send() 2022-12-14 14:25:21 -05:00
canbus.h canbus: Rename canserial_send() to canbus_send() 2022-12-14 14:25:21 -05:00
canserial.c usb_canbus: No need to check if canserial can accept a packet 2023-04-24 11:31:06 -04:00
canserial.h usb_canbus: No need to check if canserial can accept a packet 2023-04-24 11:31:06 -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: Rename SERIAL_BOOTLOADER_SIDECHANNEL to HAVE_BOOTLOADER_REQUEST 2022-12-30 21:28:32 -05:00
serial_irq.h
timer_irq.c
timer_irq.h
usb_canbus.c usb_canbus: Prioritize local response sending over new host messages 2023-10-03 23:29:17 -04:00
usb_cdc.c usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUEST 2022-12-30 21:28:32 -05: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