aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsam
Commit message (Expand)AuthorAgeFilesLines
* stepper: Support step on both edges with custom minimum pulse durationKevin O'Connor2025-03-201-1/+1
* atsam: Add support for reporting canbus stateKevin O'Connor2025-02-021-2/+47
* Kconfig: Remove references to manufacturers in KconfigKevin O'Connor2024-10-281-5/+5
* i2c: handle errors at i2ccmdsTimofey Titovets2024-10-262-5/+10
* atsam: Enable TCM and cache for atsame70Wulfsta2024-10-215-13/+188
* atsam: Add data memory barrier to USB driverWulfsta2024-10-211-0/+1
* armcm_link: Fix build on recent arm gcc/newlibc versionsKevin O'Connor2024-06-171-1/+1
* atsam: Add support for CAN on atsame70 (#6366)Luke V2023-10-196-5/+359
* atsam: Remove USB endpoint header (#6365)Alex Maclean2023-10-121-10/+0
* Kconfig: Support selecting optional features on chips with small flash sizeKevin O'Connor2023-06-081-1/+0
* 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-141-5/+5
* armcm_reset: Introduce Kconfig FLASH_BOOT_ADDRESS valueKevin O'Connor2022-11-081-0/+4
* usb_cdc: Rename usb_request_bootloader() to bootloader_request()Kevin O'Connor2022-07-291-2/+2
* Kconfig: Move SERIAL, USBSERIAL, and CANSERIAL definitions to src/KconfigKevin O'Connor2022-06-161-4/+0
* atsam: Fix typo in sam4e_afecAlex Maclean2022-03-281-1/+1
* atsam: Add support for SAM E70Alex Maclean2022-03-2614-73/+424
* atsam: Add get_pclock_frequency() helper functionKevin O'Connor2021-11-207-12/+22
* atsam: Fix I2C bitrateAlex Maclean2021-11-201-2/+2
* atsam: Don't enable USB FS clock on SAM3Alex Maclean2021-11-201-2/+0
* atsam: Don't bother disabling DMA for UARTAlex Maclean2021-11-201-1/+0
* atsam: Don't set unused bits in UARTAlex Maclean2021-11-201-2/+1
* stepper: Add support for stepping on both edges of a step pulseKevin O'Connor2021-11-041-0/+1
* atsam: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* atsam: Use "communication interface" menu option in KconfigKevin O'Connor2021-03-181-4/+10
* atsam: Support reading chip based temperature sensor on sam4eKevin O'Connor2020-10-291-1/+5
* atsam: Support reading chip based temperature sensor on sam3/sam4sKevin O'Connor2020-10-291-5/+13
* Kconfig: Add a new CONFIG_HAVE_STRICT_TIMING build definitionKevin O'Connor2020-05-311-0/+1
* atsam: Fix typo causing chipid to not be fully readKevin O'Connor2019-11-271-2/+2
* atsam: Enable chipid as usb serial numberKevin O'Connor2019-11-263-1/+76
* flash_usb: Pass -t $CONFIG_MCU to flash_usb on all targetsKevin O'Connor2019-10-261-4/+1
* atsam: sysio support is only available on sam4sKevin O'Connor2019-10-241-0/+2
* atsam: Allow PB4-PB7,PB10-PB12 to be used as gpio on sam4Kevin O'Connor2019-10-241-0/+3
* armcm_boot: Use armcm_main() instead of main() to start board codeKevin O'Connor2019-10-241-4/+5
* atsam: No need to call SystemInit() from main()Kevin O'Connor2019-09-181-2/+1
* armcm_boot: Export MCU definition from armcm_bootKevin O'Connor2019-09-181-3/+1
* atsam: Add missing PB21 pin to ADC moduleKevin O'Connor2019-09-161-1/+1
* atsam: Enable flash loop caching optimization on sam4sKevin O'Connor2019-09-081-1/+1
* atsam: ADC pins need to be in input mode with pullups disabledKevin O'Connor2019-08-281-0/+3
* armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.SKevin O'Connor2019-08-221-2/+2
* atsam: Update code to use armcm_boot mechanismKevin O'Connor2019-08-225-46/+56
* atsam: Move irq handler code above irq setupKevin O'Connor2019-08-223-65/+65
* atsam: Add support for "timer" controlled hardware pwm pinsKevin O'Connor2019-06-022-8/+145
* atsam: Enable pullup on i2c SDA lineKevin O'Connor2019-05-231-4/+4
* atsam: Improve i2c timeout detectionKevin O'Connor2019-05-231-15/+10
* atsam: Minor whitespace changes to i2c.cKevin O'Connor2019-05-231-27/+18
* atsam: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-044-2/+35
* atsam: Use enumerations for pin mappingsKevin O'Connor2019-03-171-8/+21
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-174-4/+4
* flash_usb: Try to make the bossac atsam reboot logic more stableKevin O'Connor2019-03-101-1/+4