Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | cleanup | Stephane D'Alu | 2016-06-29 | 2 | -53/+68 | |
| * | created more _lld_ fonctions. | Stephane D'Alu | 2016-06-29 | 2 | -82/+150 | |
| * | conditionally include support for LED | Stephane D'Alu | 2016-06-29 | 2 | -2/+22 | |
| * | renamed QDEC1 to QDEC0, misc... | Stephane D'Alu | 2016-06-29 | 2 | -18/+42 | |
| * | info | Stephane D'Alu | 2016-06-28 | 1 | -0/+4 | |
| * | cleanup | Stephane D'Alu | 2016-06-28 | 2 | -63/+61 | |
| * | QEI driver for NRF51 | Stephane D'Alu | 2016-06-28 | 3 | -1/+642 | |
| * | Merge remote-tracking branch 'upstream/master' | Stephane D'Alu | 2016-06-27 | 25 | -49/+3240 | |
| |\ | ||||||
| * | | . | Stephane D'Alu | 2016-06-27 | 1 | -0/+30 | |
* | | | Merge pull request #86 from marcoveeneman/master | marcoveeneman | 2016-07-05 | 23 | -75/+256 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Tiva. Wait for peripheral ready after enabling its clock. | marcoveeneman | 2016-05-12 | 4 | -6/+134 | |
| * | | Tiva. UART. Fixed enabling and disabling UART modules 1-7. | marcoveeneman | 2016-05-11 | 1 | -14/+14 | |
| * | | Tiva. Fixed and added missing debug and external tool configurations. | marcoveeneman | 2016-05-11 | 9 | -6/+80 | |
| * | | Tiva. Fixed project files of testhal and demos. | marcoveeneman | 2016-05-11 | 10 | -55/+34 | |
* | | | Merge pull request #82 from jstruebel/master | Fabio Utzig | 2016-06-21 | 15 | -0/+3161 | |
|\ \ \ | ||||||
| * | | | Added USB HID driver to community HAL | Jonathan Struebel | 2016-06-18 | 15 | -0/+3161 | |
|/ / / | ||||||
* | | | Merge pull request #80 from sdalu/ain_pins | Fabio Utzig | 2016-06-06 | 2 | -0/+60 | |
|\ \ \ | ||||||
| * | | | Adding Analog input/ref pins | Stephane D'Alu | 2016-05-29 | 2 | -0/+60 | |
| | |/ | |/| | ||||||
* | | | 1-wire. Pointless uint8_t changed to more suitable size_t. | barthess | 2016-05-31 | 1 | -1/+1 | |
* | | | 1-wire improvements. | barthess | 2016-05-31 | 5 | -36/+36 | |
* | | | 1-wire. Data acqusition code in test application rewritten in more safe way | barthess | 2016-05-30 | 3 | -9/+9 | |
* | | | Fixed project file for 1-wire for STM32F0x | barthess | 2016-05-30 | 1 | -4/+4 | |
|/ / | ||||||
* | | 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 | 5 | -17/+125 | |
|\ \ | ||||||
| * | | allow use of GPIOTE/PPI to drive gpio pin (without callback) | Stephane D'Alu | 2016-05-18 | 5 | -17/+125 | |
| |/ | ||||||
* | | Merge pull request #78 from flabbergast/kinetis | Fabio Utzig | 2016-05-25 | 4 | -8/+3 | |
|\ \ | ||||||
| * | | [KINETIS] Fixes for kernel-less builds. | flabbergast | 2016-05-20 | 4 | -8/+3 | |
|/ / | ||||||
* | | Merge pull request #75 from pl4nkton/hal_default_config | Uladzimir Pylinski | 2016-05-17 | 4 | -17/+44 | |
|\ \ | ||||||
| * | | use config default as in chibios | Nicolas Reinecke | 2016-05-17 | 4 | -17/+44 | |
|/ / | ||||||
* | | Merge pull request #72 from pl4nkton/add_qei_driver | Uladzimir Pylinski | 2016-05-16 | 31 | -1/+4383 | |
|\ \ | |/ |/| | ||||||
| * | qei driver: fix potential overflow in qeiUpdateI | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 | |
| * | qei driver: fix wrong type in qeiUpdate | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 | |
| * | qei testhal: copyright | Nicolas Reinecke | 2016-05-15 | 2 | -2/+2 | |
| * | qei driver: change copyright | Nicolas Reinecke | 2016-05-15 | 4 | -6/+6 | |
| * | add qei testhal projects | Nicolas Reinecke | 2016-05-08 | 20 | -0/+3388 | |
| * | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 11 | -1/+995 | |
* | | Merge pull request #74 from sdalu/palline | Fabio Utzig | 2016-05-09 | 3 | -12/+150 | |
|\ \ | ||||||
| * | | Added Analogue Line A0..A5 | Stephane D'Alu | 2016-05-09 | 1 | -0/+13 | |
| * | | added IO pins/lines definition (following STM32 model) | Stephane D'Alu | 2016-05-09 | 2 | -0/+86 | |
| * | | added PAL_LINE support | Stephane D'Alu | 2016-05-09 | 1 | -12/+51 | |
|/ / | ||||||
* | | Merge pull request #70 from awygle/msp430x | awygle | 2016-05-08 | 15 | -515/+3402 | |
|\ \ | ||||||
| * | | Added SPI driver and test code to MSP430X port | Andrew Wygle | 2016-05-08 | 15 | -515/+3402 | |
| |/ | ||||||
* | | Merge pull request #69 from sdalu/pwm | Fabio Utzig | 2016-05-08 | 8 | -1/+1828 | |
|\ \ | ||||||
| * | | old C style | Stephane D'Alu | 2016-05-05 | 1 | -1/+2 | |
| * | | Added PWM testhal | Stephane D'Alu | 2016-05-05 | 5 | -0/+1181 | |
| * | | PWM driver | Stephane D'Alu | 2016-05-05 | 3 | -1/+646 | |
* | | | Merge pull request #71 from flabbergast/kinetis | Fabio Utzig | 2016-05-08 | 12 | -28/+213 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | [KINETIS] PAL driver: implement PAL_LINE. | flabbergast | 2016-05-08 | 12 | -28/+213 | |
|/ / | ||||||
* / | Merge pull request #68 from awygle/msp430x | awygle | 2016-05-04 | 27 | -19/+4356 | |
|/ |