aboutsummaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #205 from ChibiOS/fsmcFabien Poussin2019-11-047-19/+62
|\ | | | | FSMC drivers update
| * Updating halconf_community.h for demos/testhalFabien Poussin2019-10-302-0/+28
| |
| * Fixed DMA2D exampleFabien Poussin2019-10-303-14/+29
| |
| * Re-organised FSMC driversFabien Poussin2019-10-304-8/+8
| |
* | + Added board files and example for STM32F411-Discovery boardTim Rheinfels2019-11-037-0/+2285
|/
* FIX PID demo after ChibiOS ADC callback reworkRomain Reignier2019-10-211-6/+5
| | | | https://github.com/ChibiOS/ChibiOS/commit/f20ecc78178fc8cdfa682e100398c240224dbb4a#diff-e42edbbb9a343d9d1b70e68f524cbc22
* Merge branch 'master' into segger_systemviewDiego Ismirlian2019-10-0313-0/+2583
|\
| * Add fault handlers to ease ARM-v7m (Cortex M3/M4(F)/M7 debuggingDiego Ismirlian2019-10-0213-0/+2583
| |
* | RTT/SystemView bindings demo: increase SystemView buffer sizeDiego Ismirlian2019-10-021-1/+1
| |
* | RTT/SystemView bindings: update ChibiOS to 19.1.xDiego Ismirlian2019-10-023-27/+10
| |
* | Merge branch 'master' into segger_systemviewDiego Ismirlian2019-10-0265-5728/+4336
|\|
| * NRF demos fixesFabien Poussin2019-10-0212-205/+1058
| |
| * Kinetis demosFabien Poussin2019-10-0237-3963/+1346
| |
| * Fixed STM32 demosFabien Poussin2019-10-0210-1544/+1916
| |
| * Updating Makefiles for 19.1.xFabien Poussin2019-10-0118-18/+18
| |
* | Add SEGGER RTT and SystemView demo projectDiego Ismirlian2019-09-2912-0/+2414
|/
* Updated ChibiOS path for all MakefilesFabien Poussin2019-03-1221-21/+21
|
* KINETIS tests and demos updated to ChibiOS 18.2.x.Konstantin Oblaukhov2018-11-2027-576/+3264
|
* Update all NRF5x makefiles and chconf.h.Konstantin Oblaukhov2018-11-2016-220/+1497
| | | | Add missing halconf_community.h
* Various tests and demos fixes.Konstantin Oblaukhov2018-09-241-1/+1
|
* Update chconf.h to RT v5.1.Konstantin Oblaukhov2018-09-243-6/+270
|
* New style makefiles for demos and tests.Konstantin Oblaukhov2018-09-243-49/+23
|
* Updated PID demoFabien Poussin2018-03-231-25/+44
|
* Renaming PID demo folder to match correct scheme.Fabien Poussin2018-03-237-0/+0
|
* Adding basic PID demo.Fabien Poussin2018-03-227-0/+1981
|
* Merge branch 'master' into update_testsFabien Poussin2018-03-159-287/+509
|\
| * Merge pull request #149 from marcoveeneman/improve_tiva_makefilesFabien Poussin2018-03-157-230/+361
| |\ | | | | | | Improve tiva makefiles
| | * Removed custom web server and use LwIP httpd in demomarcoveeneman2018-03-154-177/+4
| | |
| | * Removed LWSRC and LWINC from makefile and added httpd_opts.h file.marcoveeneman2018-03-142-2/+324
| | |
| | * Fixed problem in LwIP demo makefilemarcoveeneman2018-03-131-2/+1
| | |
| | * Aligned Tiva Makefilesmarcoveeneman2018-03-122-34/+23
| | |
| | * Simplified a makefile by using the new variablesmarcoveeneman2018-03-101-17/+11
| | | | | | | | | | | | Also disabled FPU, added license makefile and added -Wundef to C and C++ warnings.
| * | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-143-59/+150
| |/ | | | | | | deprecated MS2ST calls.
* / demos: stm32: update to latest ChibiOS APIRomain Reignier2018-03-1212-67/+353
|/
* Merge pull request #145 from marcoveeneman/tiva_improvementsFabien Poussin2018-03-0813-136/+879
|\ | | | | Various Tiva improvements
| * Updated all mcuconf.h files to include PAL IRQ settings.marcoveeneman2018-03-073-1/+79
| |
| * Disabled tickless timer for TM4C129x demos.marcoveeneman2018-03-022-2/+2
| |
| * Changed PAL driver so that TM4C123x devices GPIO blocks always use AHB.marcoveeneman2018-02-281-6/+0
| |
| * Updated all halconf.h filesmarcoveeneman2018-02-273-16/+385
| |
| * Updated all chconf.h filesmarcoveeneman2018-02-273-109/+383
| |
| * Fixed compile errors in demosmarcoveeneman2017-11-246-6/+34
| |
* | Removed duplicate OpenOCD on ICDI launch configurations.marcoveeneman2018-02-123-32/+0
|/ | | | Starting from ChibiOS 17.6.4 and ChibiOS 18.2.0 OpenOCD launch configuration will be placed under ($CHIBIOS)/tools/eclipse/debug/
* Add version tagsFabio Utzig2017-10-0920-0/+22
| | | | Signed-off-by: Fabio Utzig <utzig@apache.org>
* Updated license headersmarcoveeneman2017-04-206-6/+6
|
* Fixed NRF52 and Win32 demos.Fabien Poussin2017-04-142-4/+3
|
* Fixed NRF51 MakefilesFabien Poussin2017-04-141-1/+1
|
* Merge pull request #100 from marcoveeneman/tiva-improvementsmarcoveeneman2016-11-212-38/+50
|\ | | | | Tiva improvements
| * Fixed incorrect type used for line field in led_config structures.marcoveeneman2016-11-212-2/+2
| |
| * Replaced port+pad by line in the demos and testhal.marcoveeneman2016-10-302-38/+50
| |
* | Merge pull request #102 from sdalu/microbitFabio Utzig2016-11-166-0/+1203
|\ \ | | | | | | BBC micro:bit board