Kevin O'Connor
8c67adc164
Kconfig: Add new WANT_ADC option to reduce code size
...
Make it possible to not compile in support for ADC on chips with small
flash sizes.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net >
2025-04-16 13:54:44 -04:00
Kevin O'Connor
b0fa36e221
Kconfig: Add new WANT_HARD_PWM option to reduce code size
...
Make it possible to not compile in support for hardware pwm on chips
with small flash sizes.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net >
2025-04-16 13:54:44 -04:00
Kevin O'Connor
ae227d485c
armcm_link: Fix build on recent arm gcc/newlibc versions
...
It seems recent arm gcc versions no longer build correctly using the
"--specs=nano.specs --specs=nosys.specs" linker flags. Replace those
linker flags with "-nostdlib -lgcc -lc_nano".
Signed-off-by: Kevin O'Connor <kevin@koconnor.net >
2024-06-17 12:45:07 -04:00
Steven Gotthardt
72b6bd7efa
hc32f460: Add support for hc32f460 micro-controllers
...
Signed-off-by: Steven Gotthardt <gotthardt@gmail.com >
2023-02-13 12:12:27 -05:00