aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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-0238-1/+35504
| |\
| * | 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.
* | | Merge pull request #143 from qmk/fix_kinesis_usb_data_syncFabien Poussin2018-03-081-1/+1
|\ \ \ | |/ / |/| | Fix Kinetis usb databank synchronization problems
| * | Fix typo in k20xx.hFred Sundvik2018-02-081-1/+1
| |/
* | Fixed MSP430 build with latest msp-gcc (6.2)Fabien Poussin2017-04-145-0/+13099
| |
* | Removed unused device specific header files.marcoveeneman2016-10-2778-962468/+0
| |
* | Commented some redefined Cortex-M register blocks in hw_memmap.h.marcoveeneman2016-10-081-5/+5
| |
* | Added TivaWare inc folder.marcoveeneman2016-08-24110-0/+984872
|/
* [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