Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ports to startup | Fabio Utzig | 2016-04-04 | 10 | -4/+4 |
* | Fix paths in startup makefiles | Fabio Utzig | 2016-04-04 | 2 | -12/+14 |
* | Add new expected parameters to linker scripts | Fabio Utzig | 2016-04-04 | 6 | -54/+271 |
* | Fix header guard style | Fabio Utzig | 2016-04-04 | 11 | -33/+33 |
* | Fix hal files naming scheme | Fabio Utzig | 2016-04-04 | 20 | -14/+14 |
* | Merge pull request #47 from jstruebel/master | Fabio Utzig | 2016-03-31 | 8 | -0/+1772 |
|\ | |||||
| * | [KINETIS] Added USB_SERIAL testhal for FRDM-K20D50M board | Jonathan Struebel | 2016-03-29 | 8 | -0/+1772 |
|/ | |||||
* | Merge flabbergast-kinetis | Fabio Utzig | 2016-03-28 | 234 | -3452/+39139 |
|\ | |||||
| * | [KINETIS] A lot of updates | Fabio Utzig | 2016-03-28 | 234 | -3452/+39139 |
|/| | |||||
| * | [KINETIS] Update demos (for HAL changes). | flabbergast | 2016-03-22 | 15 | -75/+131 |
| * | [KINETIS] Add a custom KL27Z breakout board demo. | flabbergast | 2016-03-22 | 9 | -0/+1329 |
| * | [KINETIS] Move I2C and ADC demo to proper subdir. | flabbergast | 2016-03-22 | 15 | -66/+116 |
| * | [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). | flabbergast | 2016-03-22 | 114 | -0/+25185 |
| * | [KINETIS] HAL cleanup/update. | flabbergast | 2016-03-22 | 37 | -5615/+3880 |
| * | [KINETIS] Move/add startup files. | flabbergast | 2016-03-22 | 18 | -132/+608 |
| * | [KINETIS] Add CMSIS definitions. | flabbergast | 2016-03-22 | 8 | -0/+9154 |
| * | [KINETIS] Update boards. | flabbergast | 2016-03-22 | 16 | -48/+1220 |
| * | [KINETIS] Fix board definitions (move to contrib). | flabbergast | 2016-03-21 | 4 | -8/+8 |
| * | Merge remote-tracking branch 'utzig/kinetis' into kinetis | flabbergast | 2016-03-21 | 131 | -0/+26352 |
| |\ | |||||
* | \ | Merge pull request #45 from utzig/kinetis | Fabio Utzig | 2016-03-28 | 131 | -0/+26352 |
|\ \ \ | | |/ | |/| | |||||
| * | | [KINETIS] Add remaining demos and fix configs | Fabio Utzig | 2016-03-15 | 46 | -4/+7237 |
| * | | [KINETIS] Fix platform driver references to contrib | Fabio Utzig | 2016-03-08 | 2 | -21/+21 |
| * | | [KINETIS] Move from main repo to contrib | Fabio Utzig | 2016-03-07 | 87 | -0/+19119 |
* | | | 1-wire. Fixed possible deadlock situation. | barthess | 2016-03-28 | 1 | -13/+10 |
* | | | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 11 | -81/+1 |
| |/ |/| | |||||
* | | NAND. Cosmetical improvement | barthess | 2016-03-17 | 1 | -5/+7 |
* | | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 31 | -902/+1181 |
|/ | |||||
* | Merge pull request #36 from sdalu/rng | Fabio Utzig | 2016-02-29 | 15 | -2/+1828 |
|\ | |||||
| * | hide shell errors | Stephane D'Alu | 2016-02-21 | 1 | -1/+1 |
| * | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 93 | -24/+26717 |
| |\ | |||||
| * \ | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-09 | 10 | -0/+1289 |
| |\ \ | |||||
| * | | | cleanup, added comments | Stephane D'Alu | 2016-02-09 | 1 | -10/+14 |
| * | | | cleanup | Stephane D'Alu | 2016-02-09 | 4 | -41/+11 |
| * | | | Random Number Generator driver | Stephane D'Alu | 2016-02-08 | 8 | -2/+671 |
* | | | | Merge pull request #44 from sdalu/bswap | Fabio Utzig | 2016-02-29 | 1 | -0/+55 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | extend to 64 bits int | Stephane D'Alu | 2016-02-28 | 1 | -0/+55 |
* | | | | Merge pull request #43 from fpoussin/timcap-pull | Uladzimir Pylinski | 2016-02-18 | 18 | -7/+3345 |
|\ \ \ \ | |||||
| * | | | | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 18 | -7/+3345 |
* | | | | | Merge pull request #42 from fpoussin/eeprom-pull | Uladzimir Pylinski | 2016-02-17 | 15 | -1/+2852 |
|\| | | | | |||||
| * | | | | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 15 | -1/+2852 |
* | | | | | Merge pull request #40 from fpoussin/usb-host-pull | Uladzimir Pylinski | 2016-02-17 | 37 | -1/+16355 |
|\| | | | | |||||
| * | | | | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 37 | -1/+16355 |
| |/ / / | |||||
* | | | | Merge pull request #41 from sdalu/ram-on | Fabio Utzig | 2016-02-16 | 1 | -0/+12 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Ensure ram is on | Stephane D'Alu | 2016-02-16 | 1 | -0/+12 |
|/ / / | |||||
* | | | Merge pull request #35 from sdalu/sensor_hdc1000 | Fabio Utzig | 2016-02-15 | 11 | -0/+2563 |
|\ \ \ | |||||
| * | | | included copyright | Stephane D'Alu | 2016-02-15 | 2 | -6/+39 |
| * | | | correctly pack structure, remove unused fields | Stephane D'Alu | 2016-02-10 | 4 | -31/+54 |
| * | | | fixed tsl2561, added tsl2591 | Stephane D'Alu | 2016-02-09 | 3 | -14/+511 |
| * | | | Merge branch 'master' into sensor_hdc1000 | Stephane D'Alu | 2016-02-09 | 10 | -1/+1290 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | updated license | Stephane D'Alu | 2016-02-09 | 8 | -13/+94 |