aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Rename everything significant to Kutter except for docsTomasz Kramkowski2025-08-151-8/+8
* atsamd: Enable HAVE_LIMITED_CODE_SIZE on small atsamd chipsKevin O'Connor2025-04-161-0/+1
* 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
* armcm_link: Fix build on recent arm gcc/newlibc versionsKevin O'Connor2024-06-171-1/+1
* atsamd: Add support for SAMC21Wulfsta2023-05-011-0/+3
* atsamd: Add support CANbus on ATSAME5x chipsKevin O'Connor2022-10-131-2/+6
* atsamd: Add Kconfig definitions for same51j19 and same54p20 chipsKevin O'Connor2022-10-131-5/+6
* 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
* atsamd: Remove gcc -mfpu=fpv4-sp-d16 floating point optionKevin O'Connor2021-10-301-1/+0
* atsamd: Enable chipid as usb serial numberKevin O'Connor2019-11-251-1/+1
* 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_reset: Add a new helper file defining command_reset()Kevin O'Connor2019-09-181-2/+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-221-7/+6
* Makefile: Add generic rule for precompiling linker scriptsKevin O'Connor2019-08-211-10/+3
* atsamd: Add support to "make flash" to automatically enter the bootloaderKevin O'Connor2019-03-081-3/+2
* Makefile: Reduce use of $^ in build rulesKevin O'Connor2019-03-021-2/+2
* atsamd: Implement custom memory allocation functionsKevin O'Connor2019-03-011-2/+1
* atsamd: Use CONFIG_MCU in MakefileKevin O'Connor2019-03-011-6/+3
* atsamd: Use local linker scriptKevin O'Connor2019-03-011-9/+5
* atsamd: Add support for programming SERCOM pinsKevin O'Connor2019-03-011-0/+1
* atsamd: Fix typo in MakefileKevin O'Connor2019-02-161-1/+1
* atsamd: Move watchdog code to its own filesKevin O'Connor2019-02-151-0/+2
* atsamd: Convert SAMD51 to use armcm_timerKevin O'Connor2019-02-061-4/+3
* atsamd: Initial support for SAMD51Kevin O'Connor2019-01-281-10/+28
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-121-0/+54