Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | [KINETIS] Fix I2C TX to not wait for RX if requested rxbytes is 0 | Jonathan Struebel | 2016-04-08 | 1 | -1/+1 | |
| |/ / | ||||||
| * / | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 57 | -15648/+15648 | |
| |/ | ||||||
* | | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 68 | -419/+638 | |
|\| | ||||||
| * | Merge pull request #50 from utzig/fix-tiva-port | Fabio Utzig | 2016-04-05 | 40 | -355/+574 | |
| |\ | ||||||
| | * | Fix tiva demos | Fabio Utzig | 2016-04-04 | 1 | -1/+1 | |
| | * | 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 | |
| * | | [KINETIS] Rename header guards in HAL. | flabbergast | 2016-04-04 | 15 | -45/+45 | |
| * | | [KINETIS] Rename HAL LLD files. | flabbergast | 2016-04-04 | 24 | -19/+19 | |
| |/ | ||||||
* | | Fix testhal demos (except for RNG) | Fabio Utzig | 2016-04-04 | 3 | -6/+6 | |
* | | Fix headers guards + style fixes | Fabio Utzig | 2016-04-04 | 13 | -49/+49 | |
* | | Move files to new naming std | Fabio Utzig | 2016-04-04 | 23 | -23/+23 | |
* | | Fix style and warnings using timer0 | Fabio Utzig | 2016-04-04 | 2 | -31/+46 | |
* | | Move ports to startup | Fabio Utzig | 2016-04-03 | 3 | -0/+0 | |
* | | Update paths in makefile | Fabio Utzig | 2016-04-03 | 1 | -7/+6 | |
* | | Update link script with new parameters | Fabio Utzig | 2016-04-03 | 1 | -9/+43 | |
* | | Fix API usage in serial driver | Fabio Utzig | 2016-04-03 | 1 | -4/+4 | |
|/ | ||||||
* | [KINETIS] A lot of updates | Fabio Utzig | 2016-03-28 | 81 | -2918/+11985 | |
|\ | ||||||
| * | [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 | 54 | -0/+13569 | |
| |\ | ||||||
* | \ | Merge pull request #45 from utzig/kinetis | Fabio Utzig | 2016-03-28 | 54 | -0/+13569 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | [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 | 54 | -0/+13569 | |
* | | | 1-wire. Fixed possible deadlock situation. | barthess | 2016-03-28 | 1 | -13/+10 | |
* | | | QUEUES flags deleted from chconf.h files | barthess | 2016-03-28 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | NAND. Cosmetical improvement | barthess | 2016-03-17 | 1 | -5/+7 | |
* | | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 3 | -8/+2 | |
|/ | ||||||
* | Merge pull request #36 from sdalu/rng | Fabio Utzig | 2016-02-29 | 8 | -2/+645 | |
|\ | ||||||
| * | hide shell errors | Stephane D'Alu | 2016-02-21 | 1 | -1/+1 | |
| * | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 58 | -24/+14532 | |
| |\ | ||||||
| * \ | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-09 | 4 | -0/+286 | |
| |\ \ | ||||||
| * | | | 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 | 10 | -6/+1603 | |
|\ \ \ \ | ||||||
| * | | | | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 10 | -6/+1603 | |
* | | | | | Merge pull request #42 from fpoussin/eeprom-pull | Uladzimir Pylinski | 2016-02-17 | 8 | -1/+1233 | |
|\| | | | | ||||||
| * | | | | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 8 | -1/+1233 | |
* | | | | | Merge pull request #40 from fpoussin/usb-host-pull | Uladzimir Pylinski | 2016-02-17 | 23 | -1/+8713 | |
|\| | | | | ||||||
| * | | | | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 23 | -1/+8713 | |
| |/ / / | ||||||
* / / / | Ensure ram is on | Stephane D'Alu | 2016-02-16 | 1 | -0/+12 | |
|/ / / |