Commit Graph

12 Commits

Author SHA1 Message Date
Kevin Redon e108e61bec ASF: update e54 library
E54 ASFv4 change from backend 1.5.122
update local files to stay in sync

Change-Id: Ib9017744644357ba9ec99eddbcc89d7f95068c34
2019-06-13 18:34:46 +02:00
Harald Welte d1bd5c42dd Add RTC peripheral from ASF4 (CALENDAR)
Change-Id: I04b6608b72f22cf9829a5bfdddf7cbbbbe8ebb3e
2019-05-17 18:23:55 +02:00
Harald Welte 9bb8bfedb3 Update from Atmel START 1.0.87 to 1.1.134
Change-Id: I095f2f3f4de8ebba154b7d8f9f763a2fa6472ebd
2019-05-17 16:10:00 +02:00
Kevin Redon 0bc0d74e88 update CMSIS to 5.1.2
this changes comes from Atmel START

Change-Id: Ib9b00107836c1604c7169d69ba607fead8c55355
2019-04-17 12:06:11 +02:00
Kevin Redon c94e0fc0e6 add ASFv4 M2M (memory-to-memory DMA) middleware
This is form Atmel Start and provides functionality for hardware-based
DMA copies from memory to memory.

Change-Id: Ib07755b2c5974af70817f5460fb0f358c631452a
2019-04-17 10:25:09 +02:00
Harald Welte 361ed2072b Switch SERCOM7 (Debug UART) to sync mode + add STDIO
this will allow us to do printf()

Change-Id: Ibf4ba961d4bbf8d787558f38f3d557422587aad3
2019-02-27 13:17:17 +00:00
Harald Welte 863ea296d9 update from Atmel Start (just loading + re-exporting the project)
Change-Id: I59b2442a95871b8052bfdfdac6d77a7207d8b70a
2019-02-24 23:05:15 +01:00
Kevin Redon 4e39b0194f switch from dev board to prototype
the SAM E54 Xplained Pro development board uses a SAM E54P20N
micro-controller.
the sysmocom sysmoOCTSIM prototype uses a SAM E54N19A
micro-controller.
the system LED and UART debug GPIO are different, else the code
is the same.
the Atmel START definitions have been updated accordingly.

Change-Id: Ifd15f6759c51b42a8d11b09f9f495d7e7a5b6afc
2019-02-07 15:56:05 +01:00
Kevin Redon ccbed0b1df add SERCOM HAL Async library
Change-Id: I530a5bc5ee7e89149eb251bda0adf7963733d2ee
2019-02-07 15:56:05 +01:00
Kevin Redon 4cd3f7d163 add SERCOM peripheral for UART debug
currently only the SERCOM peripheral driver is added an configured,
but it is not being used.
UART debug will be done through the EDBG COM port, on PB24/PB25 of
SAM E54 Xplained Pro board

Change-Id: Id7af37ce1dd2d0a356e019c96bf6438ce459411b
2019-02-07 15:56:05 +01:00
Kevin Redon 9b970d67b4 rename project to sysmoOCTSIM
Change-Id: I1ff2ac6e2ae1b1b4765f2ca27c5b3fa6e93baa95
2019-02-07 15:56:04 +01:00
Kevin Redon 69b92d91f7 start with USB CDC echo example
this is the Atmel START USB CDC Echo example project for the
SAM E54 Xplained Pro board using an Atmel ATSAME54P20A
microcontroller.
Atmel START information:
- Version: 1.4.1810 (Dec 18, 2018, 5:52 AM GMT+1)
- Server: 1.4.93
- Content version: 1.0.1340

This will serve as basis for the sysmoOCTSIM project

A jenkins contrib script has also been added to the
osmo-ccid-firmware project to build the sysmoOCTSIM firmware

Change-Id: I356de75e7b730d63fb819248e71d36f785932199
2019-02-07 15:54:56 +01:00