aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext/CMSIS
Commit message (Collapse)AuthorAgeFilesLines
* Re-organised FSMC driversFabien Poussin2019-10-301-2/+2
|
* Merge pull request #158 from walkerstop/mikeFabien Poussin2018-05-072-0/+21387
|\ | | | | Kinetis MK66F18 and PJRC Teensy 3.6 support
| * Fix MK66F18 compilation for the following HALs: Serial, I2C, EXT, ADC, GPT, ↵Michael Walker2018-05-071-4620/+8182
| | | | | | | | PWM, SPI
| * Correct register definitions for MK66F18 for LPTMR and FlexRAMMichael Walker2018-05-031-42/+54
| |
| * Merge branch 'master' into mikeMichael Walker2018-05-021-1/+1
| |\
| * | More correctionsMichael Walker2018-05-011-3/+5
| | |
| * | disable voltage inrush regulatorMichael Walker2018-05-011-3/+6
| | |
| * | Attempt at Teensy 3.6 supportMichael Walker2018-04-302-0/+17808
| | |
* | | Merge pull request #156 from wiml/k64_supportFabien Poussin2018-05-051-0/+8107
|\ \ \ | |_|/ |/| | Kinetis K64 and PJRC Teensy3.5 support
| * | Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip,Wim Lewis2018-01-061-0/+8107
| |/ | | | | | | partially copied from the existing K20 support.
* / Fix typo in k20xx.hFred Sundvik2018-02-081-1/+1
|/
* [KINETIS] Consolidate KL2x I2C CMSIS defs.flabbergast2016-04-245-319/+83
|
* [KINETIS] Rename I2Cx.S1 to I2Cx.S for KL26Z.flabbergast2016-04-241-9/+9
| | | | | | For some strange reason Freescale refers to this I2C register as 'S1' on KL26Z and as 'S' on all other Kinetises (K20x, KL2xZ). To avoid horrible #ifs in the driver, use 'S' also on KL26Z.
* [KINETIS] Add CMSIS definitions.flabbergast2016-03-228-0/+9154