Commit Graph

157 Commits

Author SHA1 Message Date
Kevin Redon 4a2d8f4773 switch CPU clock to 120 MHz
use GCLK11 to bring external crystal oscillator XOSC1 from 12 MHz
to 2MHz
use DPLL0 to multiply 2 MHz to 120 MHz.
the division is first needed because the DPLL0 maximum input
frequency is 3.2 MHz

Change-Id: I642e724ec56a376addf21cc58ecd2ef1b40bd116
2019-02-07 15:56:04 +01:00
Kevin Redon 87af489c19 use external 32.768 kHz oscillator for RTC
Change-Id: Ic4630abececdb631e8cc15baab7137fc15e2a66a
2019-02-07 15:56:04 +01:00
Kevin Redon 9d45dfbfa7 ignore output files
Change-Id: I425129f10aa2ff879fde96bfafbcb7c4b4119959
2019-02-07 15:56:04 +01:00
Kevin Redon 3bc177537c change USB description to sysmoOCTSIM
Change-Id: I1f9819df5b4737a9a6dfa69c918d05c60ec5f86a
2019-02-07 15:56:04 +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
Harald Welte 63653741d3 initial commit related to CCID device/firmware implementation
The CCID core here shall be rather generic, and combined with the
hardware specific bits for (initially) the sysmoOCTSIM target.

Change-Id: I2789f7fcdb1b24c6ef47c7f37f4889f90acfd698
2019-01-03 16:55:51 +01:00