klipper/src/atsamd
Kevin O'Connor 2357221bb4 atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock init
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2022-08-16 21:21:45 -04:00
..
Kconfig Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/Kconfig 2022-06-16 14:59:03 -04:00
Makefile atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point option 2021-10-30 01:05:47 -04:00
adc.c atsamd: Support reading chip based temperature sensor 2020-10-29 11:55:06 -04:00
chipid.c
clock.c atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock init 2022-08-16 21:21:45 -04:00
gpio.c
gpio.h
hard_pwm.c
i2c.c atsamd: Add i2c_read() implementation 2021-10-06 21:27:51 -04:00
internal.h
main.c
samd51_clock.c atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock init 2022-08-16 21:21:45 -04:00
samd51_watchdog.c
sercom.c atsamd: Fix bug in sercom_pads mapping on samd21 in sercom.c 2021-02-01 10:55:38 -05:00
serial.c
spi.c
timer.c
usbserial.c usb_cdc: Rename usb_request_bootloader() to bootloader_request() 2022-07-29 11:40:54 -04:00
watchdog.c