aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsam
Commit message (Expand)AuthorAgeFilesLines
* 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
* atsam: Improve support for flashing over USBKevin O'Connor2019-03-081-4/+2
* Makefile: Reduce use of $^ in build rulesKevin O'Connor2019-03-021-2/+2
* atsam: Wrap code to 80 columnsKevin O'Connor2019-02-272-6/+13
* pins: Add support for pull down resistorsKevin O'Connor2019-02-271-11/+28
* atsam: Fix hard pwm cycle divider calculationKevin O'Connor2019-02-131-1/+1
* atsam: Add support for hard pwm via PWM controllerKevin O'Connor2019-02-134-3/+106
* atsam: Configure the atsam sram matrix registerKevin O'Connor2019-02-071-0/+11
* atsam: Convert code to use armcm_timerKevin O'Connor2019-02-064-190/+6
* Kconfig: Move SERIAL_BAUD to src/Kconfig and show with LOW_LEVEL_OPTIONSKevin O'Connor2019-01-251-4/+0
* atsam: Add support for the SAM3X8C micro-controllerKevin O'Connor2019-01-223-0/+7
* atsam: Add support for USB on SAM3XKevin O'Connor2019-01-195-26/+268
* atsam: Add MACH_SAM3X, MACH_SAM4, MACH_SAM4E, MACH_SAM4S definitionsKevin O'Connor2019-01-188-46/+64
* src: Rename source folders for atsam and atsamd architecturesFlorian Heilmann2019-01-1217-0/+1753