aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ext
Commit message (Collapse)AuthorAgeFilesLines
* 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