aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Tiva. Fixed and added missing debug and external tool configurations.marcoveeneman2016-05-115-5/+5
| | |
| * | Tiva. Fixed project files of testhal and demos.marcoveeneman2016-05-117-40/+19
| | |
* | | Added USB HID driver to community HALJonathan Struebel2016-06-1811-0/+2064
| |/ |/|
* | 1-wire improvements.barthess2016-05-313-24/+24
| | | | | | | | | | | | | | | | | | 1) Functions reading bit from PAL now return ioline_t type. 2) Functions that handle acquired buffer with acquired bits now use uint8_t type because it corresponds to buffer type. 3) Cryptic bit shifting in bit storage functions replaced by dividion operations because all modern compilers perfectly optimise such operations.
* | 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 #77 from sdalu/pwm_ppiFabio Utzig2016-05-292-3/+11
|\ \ | | | | | | allow use of GPIOTE/PPI in PWM to drive gpio pin
| * | allow use of GPIOTE/PPI to drive gpio pin (without callback)Stephane D'Alu2016-05-182-3/+11
| |/ | | | | | | changed value of PAL_NOLINE to -1
* | Merge pull request #72 from pl4nkton/add_qei_driverUladzimir Pylinski2016-05-1620-0/+3388
|\ \ | |/ |/| Add qei driver
| * qei testhal: copyrightNicolas Reinecke2016-05-152-2/+2
| |
| * add qei testhal projectsNicolas Reinecke2016-05-0820-0/+3388
| |
* | Merge pull request #70 from awygle/msp430xawygle2016-05-088-97/+1743
|\ \ | | | | | | Added SPI driver and test code to MSP430X port
| * | Added SPI driver and test code to MSP430X portAndrew Wygle2016-05-088-97/+1743
| |/ | | | | | | | | | | | | A DMA-driven SPI driver and fairly comprehensive test code for SPI on the MSP430X port. Required some cleanup to the DMA and Serial drivers as well. Includes some reformatting to be more in line with ChibiOS coding standards.
* | Merge pull request #69 from sdalu/pwmFabio Utzig2016-05-085-0/+1181
|\ \ | | | | | | PWM support for nRF51
| * | Added PWM testhalStephane D'Alu2016-05-055-0/+1181
| | |
* | | [KINETIS] PAL driver: implement PAL_LINE.flabbergast2016-05-084-17/+17
| |/ |/|
* | Merge pull request #68 from awygle/msp430xawygle2016-05-046-0/+1527
|/ | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates
* Merge pull request #55 from marcoveeneman/tiva-wdg-drivermarcoveeneman2016-05-0234-17/+1761
|\ | | | | Tiva WDG driver
| * Tiva. Updated Tiva makefiles to be compatible with the main repository.marcoveeneman2016-04-286-14/+27
| |
| * Tiva. WDG. Changed fixed load value to the system clock in the demo.marcoveeneman2016-04-281-1/+1
| |
| * Mass license update.marcoveeneman2016-04-2824-6/+294
| |
| * Disabled SPI support in halconf.h and added some comments in main.cmarcoveeneman2016-04-112-2/+6
| |
| * Tiva. WDG. Added testhal demo for Watchdog driver.marcoveeneman2016-04-069-0/+1439
| |
* | Merge pull request #67 from flabbergast/kinetisFabio Utzig2016-05-011-3/+5
|\ \ | | | | | | [KINETIS] Fix KL26Z/I2C/Makefile.
| * | [KINETIS] Fix KL26Z/I2C/Makefile.flabbergast2016-05-011-3/+5
| | |
* | | testhal/STM32/f4/EICU: remove ccacheNicolas Reinecke2016-05-011-3/+2
| | |
* | | fix warnings in STM32 projects because of missing configsNicolas Reinecke2016-05-016-4/+60
| | |
* | | remove symlinksNicolas Reinecke2016-05-012-2/+0
| | |
* | | update stm32 demo and testhal projects to upstream chibiosNicolas Reinecke2016-05-0127-187/+740
| | |
* | | fix commentNicolas Reinecke2016-05-011-1/+1
| | |
* | | fix whitespaceNicolas Reinecke2016-05-013-73/+73
| | |
* | | fix typos in mcu confNicolas Reinecke2016-05-016-9/+9
|/ /
* | Merge pull request #62 from flabbergast/i2cFabio Utzig2016-04-276-0/+1270
|\ \ | | | | | | [KINETIS] I2C update (timeouts, KL27Z)
| * | [KINETIS] Add FRDM-KL26Z/I2C demo.flabbergast2016-04-246-0/+1270
| | |
* | | [KINETIS] Mass update Makefile (license & asm changes).flabbergast2016-04-2425-52/+101
| | |
* | | [KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus.flabbergast2016-04-2410-10/+10
| | |
* | | [KINETIS] Update Makefiles to use shell.mk.flabbergast2016-04-245-24/+29
|/ /
* | Updated Makefiles for STM32 according tobarthess2016-04-2322-76/+459
| | | | | | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* | [KINETIS] Moved time variable definition in blinker threadJonathan Struebel2016-04-182-4/+4
| |
* | Merge pull request #56 from flabbergast/flabbergastFabio Utzig2016-04-132-394/+71
|\ \ | | | | | | [KINETIS] Clean up ld rules.
| * | [KINETIS] Update ld script in TEENSY_LC/EEPROM_EMU demo.flabbergast2016-04-112-394/+71
| | |
* | | Merge branch 'master' into fix-nrf51-portFabio Utzig2016-04-105-293/+259
|\| |
| * | STM32 mass update to current naming convention in ChibiOSbarthess2016-04-075-293/+259
| |/
* | Merge branch 'master' into fix-nrf51-portFabio Utzig2016-04-1017-22/+142
|\|
| * Merge pull request #50 from utzig/fix-tiva-portFabio Utzig2016-04-0510-15/+140
| |\ | | | | | | Fix tiva port
| | * Fix testhal for OS compatibilityFabio Utzig2016-04-0410-15/+140
| | |
| * | Fix testhal test thd usageFabio Utzig2016-04-047-7/+2
| |/
* / Fix testhal demos (except for RNG)Fabio Utzig2016-04-0417-48/+369
|/
* [KINETIS] Added USB_SERIAL testhal for FRDM-K20D50M boardJonathan Struebel2016-03-298-0/+1772
|
* [KINETIS] A lot of updatesFabio Utzig2016-03-28138-468/+27032
|\