index
:
avr/qmk/ChibiOS-Contrib
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
os
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #158 from walkerstop/mike
Fabien Poussin
2018-05-07
5
-0
/
+21577
|
\
|
*
Fix MK66F18 compilation for the following HALs: Serial, I2C, EXT, ADC, GPT, P...
Michael Walker
2018-05-07
2
-4633
/
+8191
|
*
Correct register definitions for MK66F18 for LPTMR and FlexRAM
Michael Walker
2018-05-03
1
-42
/
+54
|
*
Merge branch 'master' into mike
Michael Walker
2018-05-02
1
-1
/
+2
|
|
\
|
*
\
Merge branch 'master' into mike
Michael Walker
2018-05-02
57
-121
/
+38338
|
|
\
\
|
*
|
|
More corrections
Michael Walker
2018-05-01
1
-3
/
+5
|
*
|
|
disable voltage inrush regulator
Michael Walker
2018-05-01
1
-3
/
+6
|
*
|
|
Update
Michael Walker
2018-05-01
1
-0
/
+1
|
*
|
|
Merge branch 'master' into mike
Michael Walker
2018-05-01
5
-3
/
+8
|
|
\
\
\
|
*
|
|
|
Attempt at Teensy 3.6 support
Michael Walker
2018-04-30
5
-0
/
+18001
*
|
|
|
|
Merge pull request #157 from walkerstop/master
Fabien Poussin
2018-05-05
4
-2
/
+6
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
Remove duplicate code already in upstream master and add include dir
Michael Walker
2018-05-02
1
-1
/
+2
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge remote-tracking branch 'upstream/master'
Michael Walker
2018-05-02
57
-121
/
+38338
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Enable Kinesis on newer ChibiOS
Michael Walker
2018-05-01
5
-3
/
+8
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #156 from wiml/k64_support
Fabien Poussin
2018-05-05
4
-0
/
+8297
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip,
Wim Lewis
2018-01-06
4
-0
/
+8297
*
|
|
Fixed wrong variable name for ASM files
marcoveeneman
2018-03-10
2
-6
/
+6
*
|
|
Added shared variables to startup, board and platform makefiles
marcoveeneman
2018-03-10
2
-0
/
+10
*
|
|
Merge pull request #145 from marcoveeneman/tiva_improvements
Fabien Poussin
2018-03-08
2
-10
/
+12
|
\
\
\
|
*
|
|
Fixed startup makefiles
marcoveeneman
2018-02-27
2
-8
/
+10
|
*
|
|
Updated startup makefiles with new path to CMSIS Core headers
marcoveeneman
2017-11-23
2
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #143 from qmk/fix_kinesis_usb_data_sync
Fabien Poussin
2018-03-08
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix typo in k20xx.h
Fred Sundvik
2018-02-08
1
-1
/
+1
|
|
/
*
|
Initial ADC driver and testhal application for TM4C123x.
marcoveeneman
2017-07-03
2
-0
/
+2
*
|
Updated license headers
marcoveeneman
2017-04-20
8
-8
/
+8
*
|
Fixed MSP430 build with latest msp-gcc (6.2)
Fabien Poussin
2017-04-14
9
-4
/
+15585
*
|
Merge pull request #96 from marcoveeneman/tiva-use-tivaware
marcoveeneman
2016-10-30
36
-91
/
+22526
|
\
\
|
*
|
Removed unused device specific header files.
marcoveeneman
2016-10-27
78
-962468
/
+0
|
*
|
Updated pwm_lld to use TivaWare.
marcoveeneman
2016-10-26
2
-0
/
+2
|
*
|
Updated spi and udma lld to use TivaWare.
marcoveeneman
2016-10-11
2
-0
/
+4
|
*
|
Updated wdg_lld to use TivaWare.
marcoveeneman
2016-10-08
2
-0
/
+2
|
*
|
Updated i2c_lld to use TivaWare.
marcoveeneman
2016-10-08
2
-0
/
+2
|
*
|
Updated mac_lld to use TivaWare.
marcoveeneman
2016-10-08
1
-0
/
+1
|
*
|
Added hw_timer to cmparams.h for tm4c129x.
marcoveeneman
2016-10-08
1
-0
/
+1
|
*
|
Updated st_lld to use TivaWare.
marcoveeneman
2016-10-08
1
-0
/
+1
|
*
|
Commented some redefined Cortex-M register blocks in hw_memmap.h.
marcoveeneman
2016-10-08
1
-5
/
+5
|
*
|
Updated cmparams.h files to start using the TivaWare headers.
marcoveeneman
2016-08-24
2
-77
/
+93
|
*
|
Added TivaWare folder to startup makefile.
marcoveeneman
2016-08-24
2
-2
/
+4
|
*
|
Added TivaWare inc folder.
marcoveeneman
2016-08-24
110
-0
/
+984872
|
*
|
Removed leading and trailing underscores from include guards.
marcoveeneman
2016-08-11
2
-6
/
+6
*
|
|
Merge pull request #81 from awygle/adc
awygle
2016-08-17
2
-7
/
+20
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Adds ADC12 support to MSP430X port.
Andrew Wygle
2016-06-05
2
-5
/
+13
|
*
|
Cleaned up MSP430X port to match recent changes to ChibiOS mainline.
Andrew Wygle
2016-06-05
1
-2
/
+7
|
|
/
*
/
NRF52832 implementation
Stephane D'Alu
2016-07-09
3
-0
/
+176
|
/
*
Merge pull request #68 from awygle/msp430x
awygle
2016-05-04
3
-3
/
+452
*
Merge pull request #55 from marcoveeneman/tiva-wdg-driver
marcoveeneman
2016-05-02
10
-10
/
+10
|
\
|
*
Tiva. Updated Tiva makefiles to be compatible with the main repository.
marcoveeneman
2016-04-28
2
-2
/
+2
|
*
Mass license update.
marcoveeneman
2016-04-28
8
-8
/
+8
*
|
sync with ChibiOS master for ASMXSRC
Stephane D'Alu
2016-04-28
1
-1
/
+1
*
|
Merge pull request #62 from flabbergast/i2c
Fabio Utzig
2016-04-27
5
-320
/
+84
|
\
\
[next]