Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | atsamd: Add Kconfig definitions for same51j19 and same54p20 chips | Kevin O'Connor | 2022-10-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Update code to use armcm_boot mechanism | Kevin O'Connor | 2019-08-22 | 1 | -21/+7 |
| | | | | | | | Replace the custom linker scripts with the src/generic/armcm_boot.c mechanism. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Move irq handler code above irq setup | Kevin O'Connor | 2019-08-22 | 1 | -32/+32 |
| | | | | | | Only code movement. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Fix comment typo in serial.c | Kevin O'Connor | 2019-07-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Use enumerations for buses and reserve pins | Kevin O'Connor | 2019-04-04 | 1 | -4/+7 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Initial support for SAMD51 | Kevin O'Connor | 2019-01-28 | 1 | -10/+31 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Add a get_pclock_frequency() helper function | Kevin O'Connor | 2019-01-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | atsamd: Pass the power management id to enable_pclock() | Kevin O'Connor | 2019-01-28 | 1 | -1/+1 |
| | | | | | | | Pass the power management id instead of the APBCMASK bit to the enable_pclock() function. Signed-off-by: Kevin O'Connor <kevin@koconnor.net> | ||||
* | src: Rename source folders for atsam and atsamd architectures | Florian Heilmann | 2019-01-12 | 1 | -0/+61 |
Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net> |