Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into mike | Michael Walker | 2018-05-01 | 2 | -0/+28 |
|\ | |||||
| * | Enable Kinesis on newer ChibiOS | Michael Walker | 2018-05-01 | 2 | -0/+28 |
* | | Attempt at Teensy 3.6 support | Michael Walker | 2018-04-30 | 11 | -1/+2645 |
|/ | |||||
* | Merge pull request #76 from sdalu/priority | Fabio Utzig | 2016-05-29 | 7 | -15/+62 |
|\ | |||||
| * | Enable priority validation, Fixed priorirty (nRF51 use a 2bits priority) | Stephane D'Alu | 2016-05-17 | 7 | -15/+62 |
* | | Merge pull request #77 from sdalu/pwm_ppi | Fabio Utzig | 2016-05-29 | 3 | -14/+114 |
|\ \ | |||||
| * | | allow use of GPIOTE/PPI to drive gpio pin (without callback) | Stephane D'Alu | 2016-05-18 | 3 | -14/+114 |
| |/ | |||||
* | | [KINETIS] Fixes for kernel-less builds. | flabbergast | 2016-05-20 | 3 | -7/+3 |
* | | Merge pull request #72 from pl4nkton/add_qei_driver | Uladzimir Pylinski | 2016-05-16 | 6 | -1/+645 |
|\ \ | |/ |/| | |||||
| * | qei driver: fix potential overflow in qeiUpdateI | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 |
| * | qei driver: change copyright | Nicolas Reinecke | 2016-05-15 | 2 | -4/+4 |
| * | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 6 | -1/+645 |
* | | added PAL_LINE support | Stephane D'Alu | 2016-05-09 | 1 | -12/+51 |
* | | Merge pull request #70 from awygle/msp430x | awygle | 2016-05-08 | 7 | -418/+1659 |
|\ \ | |||||
| * | | Added SPI driver and test code to MSP430X port | Andrew Wygle | 2016-05-08 | 7 | -418/+1659 |
| |/ | |||||
* | | Merge pull request #69 from sdalu/pwm | Fabio Utzig | 2016-05-08 | 3 | -1/+647 |
|\ \ | |||||
| * | | old C style | Stephane D'Alu | 2016-05-05 | 1 | -1/+2 |
| * | | PWM driver | Stephane D'Alu | 2016-05-05 | 3 | -1/+646 |
* | | | [KINETIS] PAL driver: implement PAL_LINE. | flabbergast | 2016-05-08 | 1 | -0/+37 |
| |/ |/| | |||||
* | | Merge pull request #68 from awygle/msp430x | awygle | 2016-05-04 | 5 | -4/+437 |
|/ | |||||
* | Merge pull request #55 from marcoveeneman/tiva-wdg-driver | marcoveeneman | 2016-05-02 | 35 | -35/+475 |
|\ | |||||
| * | Mass license update. | marcoveeneman | 2016-04-28 | 33 | -33/+39 |
| * | Tiva. WDG. Added watchdog driver to tm4c129 platform.mk. | marcoveeneman | 2016-04-06 | 1 | -1/+2 |
| * | Tiva. WDG. Added missing declarations for watchdog peripherals. | marcoveeneman | 2016-04-06 | 1 | -1/+3 |
| * | Tiva. WDG. Added watchdog low level driver. | marcoveeneman | 2016-04-06 | 3 | -1/+430 |
| * | Tiva. WDG. Added missing declarations for watchdog peripherals. | marcoveeneman | 2016-04-06 | 1 | -1/+3 |
* | | f4 platform.mk: reoder hardware | Nicolas Reinecke | 2016-05-01 | 1 | -5/+5 |
* | | fix whitespace | Nicolas Reinecke | 2016-05-01 | 1 | -3/+3 |
* | | FSMC: fix build on stm32f1x and stm32f3 | Nicolas Reinecke | 2016-04-29 | 1 | -0/+4 |
* | | add stm32f1xx port | Nicolas Reinecke | 2016-04-28 | 1 | -0/+14 |
* | | Merge pull request #62 from flabbergast/i2c | Fabio Utzig | 2016-04-27 | 2 | -58/+242 |
|\ \ | |||||
| * | | [KINETIS] Add I2C workaround for KL27Z. | flabbergast | 2016-04-25 | 2 | -3/+74 |
| * | | [KINETIS] Fix I2C clock divisor computation. | flabbergast | 2016-04-25 | 1 | -2/+2 |
| * | | [KINETIS] I2C driver: implement timeout. | flabbergast | 2016-04-25 | 2 | -6/+32 |
| * | | [KINETIS] Slightly rewrite and comment i2c driver. | flabbergast | 2016-04-25 | 1 | -56/+143 |
* | | | [KINETIS] fix ADC LLD bug, grpp access after clear | bunnie | 2016-04-24 | 1 | -2/+3 |
|/ / | |||||
* | | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 34 | -11031/+13375 |
|\ \ | |||||
| * \ | Merge pull request #52 from awygle/msp430x | Uladzimir Pylinski | 2016-04-09 | 9 | -0/+2344 |
| |\ \ | |||||
| | * | | Initial MSP430X Port. | Andrew Wygle | 2016-04-08 | 9 | -0/+2344 |
| * | | | [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 | 24 | -11030/+11030 |
| |/ | |||||
* | | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 50 | -112/+112 |
|\| | |||||
| * | Merge pull request #50 from utzig/fix-tiva-port | Fabio Utzig | 2016-04-05 | 22 | -48/+48 |
| |\ | |||||
| | * | Fix tiva demos | Fabio Utzig | 2016-04-04 | 1 | -1/+1 |
| | * | 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 | 2 | -5/+5 |
* | | Fix headers guards + style fixes | Fabio Utzig | 2016-04-04 | 13 | -49/+49 |