diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-09-01 21:28:59 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-09-05 14:27:25 -0400 |
commit | 84ec2813ab592c1b0460b0a6fa1e302842ccf0a9 (patch) | |
tree | e3a66be6f04b205d1317ec0406b2ebf27c9526f2 /src/lpc176x | |
parent | ba38897a357b285f05cc3444227345a47b97590d (diff) | |
download | kutter-84ec2813ab592c1b0460b0a6fa1e302842ccf0a9.tar.gz kutter-84ec2813ab592c1b0460b0a6fa1e302842ccf0a9.tar.xz kutter-84ec2813ab592c1b0460b0a6fa1e302842ccf0a9.zip |
serial_irq: Support side channel for entering bootloader
Add a mechanism to request the bootloader when using serial input.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/lpc176x')
-rw-r--r-- | src/lpc176x/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc176x/Kconfig b/src/lpc176x/Kconfig index def71fb0..d20c4dec 100644 --- a/src/lpc176x/Kconfig +++ b/src/lpc176x/Kconfig @@ -14,6 +14,7 @@ config LPC_SELECT select HAVE_CHIPID select HAVE_GPIO_HARD_PWM select HAVE_STEPPER_BOTH_EDGE + select SERIAL_BOOTLOADER_SIDECHANNEL config BOARD_DIRECTORY string |