aboutsummaryrefslogtreecommitdiffstats
path: root/lib/cmsis-sam4e
Commit message (Collapse)AuthorAgeFilesLines
* lib: Rename lib/cmsis-sam4e/ to lib/sam4e/Kevin O'Connor2019-01-0793-18405/+0
| | | | | | This is in preparation for merging the sam3 and sam4 code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Remove sam4e sam.h and component-version.h filesKevin O'Connor2019-01-072-132/+0
| | | | | | | | These two files from atmel have different licenses than the other files. Neither files provide any real value, so just remove them to avoid any confusion. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* sam4e8e: Add the SAM4e8e portFlorian Heilmann2018-08-083-4/+65
| | | | | | | | This can be flashed to e.g. the duet wifi using bossac. It requires a later version as is currently included in the klipper repo (1.8 vs. 1.2). Comms are currently via UART0 only, USB serial is still TBD Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>
* lib: Add SAM4E CMSIS HALFlorian Heilmann2018-08-0894-0/+18476
Obtained from Atmel.SAM4E_DFP.1.1.57.atpack Signed-off-by: Florian Heilmann <Florian.Heilmann@gmx.net>