aboutsummaryrefslogtreecommitdiffstats
path: root/src/atsamd
Commit message (Expand)AuthorAgeFilesLines
* 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
* atsamd: Move irq handler code above irq setupKevin O'Connor2019-08-223-85/+90
* Makefile: Add generic rule for precompiling linker scriptsKevin O'Connor2019-08-211-10/+3
* spicmds: Rework spi config commandsKevin O'Connor2019-08-061-2/+0
* atsamd: Fix comment typo in serial.cKevin O'Connor2019-07-251-1/+1
* atsamd: Add build support for SAMD21E15 chipKevin O'Connor2019-06-011-0/+6
* atsamd: Reduce the compile size of the hard_pwm pin listKevin O'Connor2019-05-301-28/+35
* atsamd: Minor whitespace changes to sercom.cKevin O'Connor2019-04-041-3/+1
* atsamd: Use enumerations for buses and reserve pinsKevin O'Connor2019-04-047-19/+29
* atsamd: Use enumerations for pin mappingsKevin O'Connor2019-03-171-0/+6
* command: Always pass a string to the DECL_CONSTANT() macroKevin O'Connor2019-03-173-3/+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: Reduce memory for have_run_init in spi/i2cKevin O'Connor2019-03-012-6/+6
* atsamd: Add definitions for SAMD21E18 chipKevin O'Connor2019-03-012-2/+8
* atsamd: Implement custom memory allocation functionsKevin O'Connor2019-03-012-2/+17
* atsamd: Use CONFIG_MCU in MakefileKevin O'Connor2019-03-011-6/+3
* atsamd: Use the full micro-controller name for CONFIG_MCUKevin O'Connor2019-03-011-5/+5
* atsamd: Use local linker scriptKevin O'Connor2019-03-013-9/+84
* atsamd: Add support for programming SERCOM pinsKevin O'Connor2019-03-017-41/+430
* atsamd: Wrap code to 80 columnsKevin O'Connor2019-02-271-3/+6