aboutsummaryrefslogtreecommitdiffstats
path: root/testhal
Commit message (Collapse)AuthorAgeFilesLines
* TypoFabien Poussin2019-10-021-1/+1
|
* NRF52 testhal fixesFabien Poussin2019-10-029-156/+804
|
* NRF51 testhal fixesFabien Poussin2019-10-0224-1395/+3232
|
* Rest of Kinetis examplesFabien Poussin2019-10-0242-2207/+3776
|
* Kinetis testhal fixesFabien Poussin2019-10-0223-1140/+2734
|
* Kinetis ADCFabien Poussin2019-10-023-61/+225
|
* Kinetis linker files pathFabien Poussin2019-10-0221-21/+21
|
* Kinetis testhal fixesFabien Poussin2019-10-026-1123/+1470
|
* Makefile typoFabien Poussin2019-10-021-1/+1
|
* USB_HOST fixFabien Poussin2019-10-021-1/+1
|
* Jenkins to use 19.1.xFabien Poussin2019-10-021-47/+28
|
* Updated testhal for 19.1.xFabien Poussin2019-10-0282-13959/+16248
|
* Updating Makefiles for 19.1.xFabien Poussin2019-10-0158-58/+58
|
* EXT test rewritten.Konstantin K. Oblaukhov2019-04-096-23/+12
| | | | Add default value for NRF5_PAL_PAD_TO_EVENT macro.
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-1262-62/+62
|
* USB_HOST fixFabien Poussin2019-03-071-1/+1
|
* Updating OpAmp code with calibration functions, cleaning.Fabien Poussin2019-01-312-4/+6
|
* Merge pull request #178 from AndruPol/masterFabien Poussin2019-01-0921-0/+6118
|\ | | | | added NRF52 pwm, icu, i2c, radio esb drivers
| * added NRF52 pwm, icu, i2c, radio esb driversandru2019-01-0821-0/+6118
| |
* | Updated opamp exampleFabien Poussin2019-01-081-1/+8
| |
* | Adding rudimentary OPAMP DriverFabien Poussin2019-01-087-0/+2052
|/
* KINETIS tests and demos updated to ChibiOS 18.2.x.Konstantin Oblaukhov2018-11-2073-1188/+9481
|
* Update all NRF5x makefiles and chconf.h.Konstantin Oblaukhov2018-11-2025-328/+2933
| | | | Add missing halconf_community.h
* Various tests and demos fixes.Konstantin Oblaukhov2018-09-246-4371/+2
|
* Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-2415-30/+1350
|
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-2415-216/+107
|
* Moved pal testhal makefiles and configuration into foldersmarcoveeneman2018-03-1613-10/+10
|
* Fixed STM32F7 MSD testhalFabien Poussin2018-03-153-8/+8
|
* Fixed STM32F4 FSMC examplesFabien Poussin2018-03-1510-29/+43
|
* Merge branch 'master' into update_testsFabien Poussin2018-03-1590-8472/+11367
|\
| * Merge pull request #149 from marcoveeneman/improve_tiva_makefilesFabien Poussin2018-03-159-178/+105
| |\ | | | | | | Improve tiva makefiles
| | * Removed TESTSRC and TESTINC from some makefiles which didnt use themmarcoveeneman2018-03-159-22/+7
| | |
| | * Fixed CONFDIR missing in PAL makefilesmarcoveeneman2018-03-122-2/+2
| | |
| | * Aligned Tiva Makefilesmarcoveeneman2018-03-129-163/+105
| | |
| * | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-1483-9610/+12625
| |/ | | | | | | deprecated MS2ST calls.
* / testhal: stm32: update to latest ChibiOS APIRomain Reignier2018-03-1219-73/+499
|/
* Merge pull request #145 from marcoveeneman/tiva_improvementsFabien Poussin2018-03-0841-516/+4043
|\ | | | | Various Tiva improvements
| * Updated all mcuconf.h files to include PAL IRQ settings.marcoveeneman2018-03-079-50/+93
| |
| * Removed EXT testhal applicationmarcoveeneman2018-03-029-1751/+0
| |
| * Added multi target testhal application for PAL driver.marcoveeneman2018-03-0217-0/+3466
| |
| * Updated all halconf.h filesmarcoveeneman2018-02-278-41/+1016
| |
| * Updated all chconf.h filesmarcoveeneman2018-02-278-273/+1057
| |
| * Fixed I2C and UART testhal demosmarcoveeneman2017-11-242-3/+3
| |
* | Updating chconf.h for STM32 testhalFabien Poussin2018-03-0811-2128/+3083
| |
* | Fixes for STM32F0 testhalFabien Poussin2018-03-0810-124/+591
| |
* | Removed duplicate OpenOCD on ICDI launch configurations.marcoveeneman2018-02-128-80/+0
|/ | | | Starting from ChibiOS 17.6.4 and ChibiOS 18.2.0 OpenOCD launch configuration will be placed under ($CHIBIOS)/tools/eclipse/debug/
* Merge pull request #125 from marcoveeneman/tiva_add_uartmarcoveeneman2017-11-239-0/+1597
|\ | | | | Add Tiva UART driver.
| * Added chconf version tagmarcoveeneman2017-10-241-0/+1
| |
| * Added testhal applcation for Tiva UART driver.marcoveeneman2017-09-109-0/+1596
| |
* | USB_MSD: Fix testhal according to msdStart() API changeKimmo Lindholm2017-10-131-1/+1
| |