aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd
Commit message (Expand)AuthorAgeFilesLines
* Kconfig: Note which chips require software divide operationsKevin O'Connor2025-04-171-0/+2
* atsamd: Enable HAVE_LIMITED_CODE_SIZE on small atsamd chipsKevin O'Connor2025-04-162-0/+2
* Kconfig: Add new WANT_ADC option to reduce code sizeKevin O'Connor2025-04-161-2/+2
* Kconfig: Add new WANT_I2C option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Add new WANT_SPI option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* Kconfig: Add new WANT_HARD_PWM option to reduce code sizeKevin O'Connor2025-04-161-1/+1
* stepper: Support step on both edges with custom minimum pulse durationKevin O'Connor2025-03-201-1/+1
* atsamd: Add support for reporting canbus stateKevin O'Connor2025-02-021-2/+47
* atsamd: allow i2c rate to be 400kHzWulfsta2024-11-121-4/+10
* atsamd: Add Kconfig definition for SAME51N19 chipKevin O'Connor2024-10-281-2/+6
* Kconfig: Remove references to manufacturers in KconfigKevin O'Connor2024-10-281-9/+9
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-262-5/+10
* armcm_link: Fix build on recent arm gcc/newlibc versionsKevin O'Connor2024-06-171-1/+1
* atsamd: Add support for SAMD21J18 (Minitronics v2)Bart Meijer2023-07-051-2/+6
* atsamd: Fixes for samc21 and compiler optimizations (#6198)Luke V2023-06-162-4/+26
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-081-1/+0
* atsamd: Add support for SAMC21Wulfsta2023-05-0112-30/+310
* usb_cdc: Only call bootloader_request() if CONFIG_HAVE_BOOTLOADER_REQUESTKevin O'Connor2022-12-301-0/+1
* armcm_link: Rename CONFIG_FLASH_START to CONFIG_FLASH_APPLICATION_ADDRESSKevin O'Connor2022-12-142-16/+30
* canbus: Rename canbus_send() to canhw_send()Kevin O'Connor2022-12-141-3/+3
* armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor2022-11-082-1/+5
* fdcan: Remove spurious executable flag on fdcan.cKevin O'Connor2022-11-041-0/+0
* atsamd: Add support CANbus on ATSAME5x chipsKevin O'Connor2022-10-137-11/+363
* atsamd: Move bootloader_request() from usbserial.c to main.cKevin O'Connor2022-10-132-18/+19
* atsamd: Add Kconfig definitions for same51j19 and same54p20 chipsKevin O'Connor2022-10-138-20/+42
* lib: Add atmel same51 and same54 build definitionsKevin O'Connor2022-10-131-0/+1
* lib: Remove unused gcc/ directories from samd21 and samd51 directoriesKevin O'Connor2022-10-131-2/+0
* samd21: fix erroneous register bit reference.Matt Baker2022-09-111-2/+0
* atsamd: Use CONFIG_USB instead of CONFIG_USBSERIAL during clock initKevin O'Connor2022-08-162-2/+2
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-1/+2
* usb_cdc_ep: Change default endpoint numbersKevin O'Connor2022-06-271-1/+1
* Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor2022-06-161-4/+0
* stepper: Add support for stepping on both edges of a step pulseKevin O'Connor2021-11-041-0/+1
* atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* atsamd: Add i2c_read() implementationSimon Kühling2021-10-061-1/+43
* atsamd: Add support for 25Mhz crystalsKevin O'Connor2021-06-042-0/+33
* atsamd: Fix pll reference in samd51 config_dpll()Kevin O'Connor2021-06-041-2/+2
* atsamd: Use "communication interface" menu option in KconfigKevin O'Connor2021-03-181-8/+15
* atsamd: Fix bug in sercom_pads mapping on samd21 in sercom.cKevin O'Connor2021-02-011-1/+1
* atsamd: Support reading chip based temperature sensorKevin O'Connor2020-10-291-1/+15
* Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definitionKevin O'Connor2020-05-311-0/+1
* atsamd: Enable chipid as usb serial numberKevin O'Connor2019-11-253-1/+47
* atsamd: Add support for SAMD51 overclockingLars R. Hansen2019-11-182-6/+22
* flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targetsKevin O'Connor2019-10-261-1/+1
* flash_usb: Use "-s" option to specify flash offset on atsamdKevin O'Connor2019-10-261-1/+1
* armcm_boot: Use armcm_main() instead of main() to start board codeKevin O'Connor2019-10-241-4/+6
* armcm_boot: Export MCU definition from armcm_bootKevin O'Connor2019-09-181-4/+0
* armcm_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-182-9/+2
* armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.SKevin O'Connor2019-08-221-2/+2
* atsamd: Update code to use armcm_boot mechanismKevin O'Connor2019-08-227-129/+28