klipper/src/pru
Kevin O'Connor 15d302901f Kconfig: Support selecting optional features on chips with small flash size
Add a new HAVE_LIMITED_CODE_SIZE symbol that enables a menu to select
optional features.  This symbol is enabled on chips with small build
sizes.

Replace the HAVE_GPIO_BITBANGING with four new symbols:
WANT_GPIO_BITBANGING, WANT_DISPLAYS, WANT_SENSORS, WANT_SOFTWARE_SPI,
and WANT_SOFTWARE_I2C.  This allows users a little more flexibility
when selecting features they need.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2023-06-08 12:59:30 -04:00
..
Kconfig Kconfig: Support selecting optional features on chips with small flash size 2023-06-08 12:59:30 -04:00
Makefile
adc.c
gpio.c
gpio.h
internal.h pru: Perform message encoding on pru0 to free space on pru1 2021-10-21 01:25:17 -04:00
main.c pru: Perform message encoding on pru0 to free space on pru1 2021-10-21 01:25:17 -04:00
pru.lds
pru0.c misc: Import misc.h in all files defining console_sendf() 2022-05-13 11:22:47 -04:00