aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | corrected makefileStephane D'Alu2016-07-071-4/+2
| * | | | code cleanup, fixed testhalStephane D'Alu2016-07-075-45/+92
|/ / / /
* | / / Merge pull request #85 from sdalu/qeiUladzimir Pylinski2016-07-075-1/+856
|\| | | | |/ / |/| |
| * | move functions to hal_qei.*, fixed commentsStephane D'Alu2016-07-074-154/+201
| * | conditionally add support for overflow variantStephane D'Alu2016-06-292-29/+39
| * | changed counter type to int32_tStephane D'Alu2016-06-291-4/+4
| * | conditionnaly compile accumulator overflow notificationStephane D'Alu2016-06-292-4/+32
| * | cleanupStephane D'Alu2016-06-292-53/+68
| * | created more _lld_ fonctions.Stephane D'Alu2016-06-292-82/+150
| * | conditionally include support for LEDStephane D'Alu2016-06-292-2/+22
| * | renamed QDEC1 to QDEC0, misc...Stephane D'Alu2016-06-292-18/+42
| * | infoStephane D'Alu2016-06-281-0/+4
| * | cleanupStephane D'Alu2016-06-282-63/+61
| * | QEI driver for NRF51Stephane D'Alu2016-06-283-1/+642
| * | Merge remote-tracking branch 'upstream/master'Stephane D'Alu2016-06-2725-49/+3240
| |\ \
| * | | .Stephane D'Alu2016-06-271-0/+30
* | | | Merge pull request #86 from marcoveeneman/mastermarcoveeneman2016-07-0523-75/+256
|\ \ \ \ | |_|/ / |/| | |
| * | | Tiva. Wait for peripheral ready after enabling its clock.marcoveeneman2016-05-124-6/+134
| * | | Tiva. UART. Fixed enabling and disabling UART modules 1-7.marcoveeneman2016-05-111-14/+14
| * | | Tiva. Fixed and added missing debug and external tool configurations.marcoveeneman2016-05-119-6/+80
| * | | Tiva. Fixed project files of testhal and demos.marcoveeneman2016-05-1110-55/+34
* | | | Merge pull request #82 from jstruebel/masterFabio Utzig2016-06-2115-0/+3161
|\ \ \ \
| * | | | Added USB HID driver to community HALJonathan Struebel2016-06-1815-0/+3161
|/ / / /
* | | | Merge pull request #80 from sdalu/ain_pinsFabio Utzig2016-06-062-0/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | Adding Analog input/ref pinsStephane D'Alu2016-05-292-0/+60
| | |/ | |/|
* | | 1-wire. Pointless uint8_t changed to more suitable size_t.barthess2016-05-311-1/+1
* | | 1-wire improvements.barthess2016-05-315-36/+36
* | | 1-wire. Data acqusition code in test application rewritten in more safe waybarthess2016-05-303-9/+9
* | | Fixed project file for 1-wire for STM32F0xbarthess2016-05-301-4/+4
|/ /
* | Merge pull request #76 from sdalu/priorityFabio Utzig2016-05-297-15/+62
|\ \
| * | Enable priority validation, Fixed priorirty (nRF51 use a 2bits priority)Stephane D'Alu2016-05-177-15/+62
| |/
* | Merge pull request #77 from sdalu/pwm_ppiFabio Utzig2016-05-295-17/+125
|\ \
| * | allow use of GPIOTE/PPI to drive gpio pin (without callback)Stephane D'Alu2016-05-185-17/+125
| |/
* | Merge pull request #78 from flabbergast/kinetisFabio Utzig2016-05-254-8/+3
|\ \
| * | [KINETIS] Fixes for kernel-less builds.flabbergast2016-05-204-8/+3
|/ /
* | Merge pull request #75 from pl4nkton/hal_default_configUladzimir Pylinski2016-05-174-17/+44
|\ \
| * | use config default as in chibiosNicolas Reinecke2016-05-174-17/+44
|/ /
* | Merge pull request #72 from pl4nkton/add_qei_driverUladzimir Pylinski2016-05-1631-1/+4383
|\ \ | |/ |/|
| * qei driver: fix potential overflow in qeiUpdateINicolas Reinecke2016-05-151-1/+1
| * qei driver: fix wrong type in qeiUpdateNicolas Reinecke2016-05-151-1/+1
| * qei testhal: copyrightNicolas Reinecke2016-05-152-2/+2
| * qei driver: change copyrightNicolas Reinecke2016-05-154-6/+6
| * add qei testhal projectsNicolas Reinecke2016-05-0820-0/+3388
| * add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-0811-1/+995
* | Merge pull request #74 from sdalu/pallineFabio Utzig2016-05-093-12/+150
|\ \
| * | Added Analogue Line A0..A5Stephane D'Alu2016-05-091-0/+13
| * | added IO pins/lines definition (following STM32 model)Stephane D'Alu2016-05-092-0/+86
| * | added PAL_LINE supportStephane D'Alu2016-05-091-12/+51
|/ /
* | Merge pull request #70 from awygle/msp430xawygle2016-05-0815-515/+3402
|\ \
| * | Added SPI driver and test code to MSP430X portAndrew Wygle2016-05-0815-515/+3402
| |/