aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | support Teensy 3.6Michael Walker2018-05-011-1/+7
| | | |
| * | | UpdateMichael Walker2018-05-011-0/+1
| | | |
| * | | Merge branch 'master' into mikeMichael Walker2018-05-017-3/+36
| |\ \ \
| * | | | Attempt at Teensy 3.6 supportMichael Walker2018-04-3019-1/+21205
| | | | |
* | | | | Merge pull request #157 from walkerstop/masterFabien Poussin2018-05-054-2/+6
|\ \ \ \ \ | | |_|_|/ | |/| | | Kinetis compilation errors with latest code from ChibiOS master branch
| * | | | Remove duplicate code already in upstream master and add include dirMichael Walker2018-05-022-6/+2
| | |_|/ | |/| |
| * | | Remove duplicationMichael Walker2018-05-021-19/+0
| | | |
| * | | Merge branch 'master' of https://github.com/walkerstop/ChibiOS-ContribMichael Walker2018-05-020-0/+0
| |\ \ \
| | * \ \ Merge branch 'master' into masterwalkerstop2018-05-01646-37625/+123422
| | |\ \ \ | | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'upstream/master'Michael Walker2018-05-02646-37625/+123422
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| * | / Enable Kinesis on newer ChibiOSMichael Walker2018-05-017-3/+36
| | |/ | |/|
* | | Merge pull request #156 from wiml/k64_supportFabien Poussin2018-05-0511-0/+9518
|\ \ \ | | | | | | | | Kinetis K64 and PJRC Teensy3.5 support
| * | | Board definitions for the PJRC Teensy 3.5, based on the Kinetis K64.Wim Lewis2018-01-063-0/+465
| | | |
| * | | Basic support for the (Motorola/Freescale/NXP) Kinetis MK64FX512 chip,Wim Lewis2018-01-068-0/+9053
| | | | | | | | | | | | | | | | partially copied from the existing K20 support.
* | | | Merge pull request #153 from fpoussin/pidFabien Poussin2018-05-029-0/+2272
|\ \ \ \ | |_|_|/ |/| | | PID Library and demo
| * | | Renaming PID struct typedef to avoid conflictsFabien Poussin2018-03-252-38/+38
| | | |
| * | | 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-229-5/+1986
| | | |
| * | | Cleaning PID lib.Fabien Poussin2018-03-222-41/+44
| | | |
| * | | Adding PID libraryFabien Poussin2018-03-222-0/+269
|/ / /
* | | Fixes for #138Fabien Poussin2018-03-202-26/+24
| | |
* | | Merge pull request #150 from marcoveeneman/update_tiva_pal_testhalFabien Poussin2018-03-1715-12/+12
|\ \ \ | | | | | | | | Changed directory structure of Tiva PAL testhal
| * | | Fixed some more warningsmarcoveeneman2018-03-162-2/+2
| | | |
| * | | Moved pal testhal makefiles and configuration into foldersmarcoveeneman2018-03-1613-10/+10
|/ / /
* | | Fixed STM32F7 MSD testhalFabien Poussin2018-03-153-8/+8
| | |
* | | Updated mcuconf templateFabien Poussin2018-03-151-0/+2
| | |
* | | Fixed STM32F4 FSMC examplesFabien Poussin2018-03-1510-29/+43
| | |
* | | Merge pull request #147 from romainreignier/update_testsFabien Poussin2018-03-1535-1462/+2281
|\ \ \ | | | | | | | | Update to latest ChibiOS API
| * \ \ Merge branch 'master' into update_testsFabien Poussin2018-03-15121-8787/+12391
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #148 from romainreignier/add_stm32L4Fabien Poussin2018-03-151-0/+21
|\ \ \ \ | | | | | | | | | | platform: add support for STM32L4 family
| * | | | platform: add support for STM32L4 familyRomain Reignier2018-03-121-0/+21
| | | | |
* | | | | Merge pull request #149 from marcoveeneman/improve_tiva_makefilesFabien Poussin2018-03-1527-430/+522
|\ \ \ \ \ | | | | | | | | | | | | Improve tiva makefiles
| * | | | | Removed custom web server and use LwIP httpd in demomarcoveeneman2018-03-154-177/+4
| | | | | |
| * | | | | Removed TESTSRC and TESTINC from some makefiles which didnt use themmarcoveeneman2018-03-159-22/+7
| | | | | |
| * | | | | Removed LWSRC and LWINC from makefile and added httpd_opts.h file.marcoveeneman2018-03-142-2/+324
| | | | | |
| * | | | | Extract with full pathsmarcoveeneman2018-03-141-1/+1
| | | | | |
| * | | | | Fixed pushd popdmarcoveeneman2018-03-141-2/+2
| | | | | |
| * | | | | Try to enable building the LwIP demo on Travis-CImarcoveeneman2018-03-132-4/+12
| | | | | |
| * | | | | Fixed problem in LwIP demo makefilemarcoveeneman2018-03-131-2/+1
| | | | | |
| * | | | | Fixed CONFDIR missing in PAL makefilesmarcoveeneman2018-03-122-2/+2
| | | | | |
| * | | | | Aligned Tiva Makefilesmarcoveeneman2018-03-1211-197/+128
| | | | | |
| * | | | | Fixed warnings triggered by -Wundef compile optionmarcoveeneman2018-03-123-18/+18
| | | | | |
| * | | | | 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 wrong variable name for ASM filesmarcoveeneman2018-03-102-6/+6
| | | | | |
| * | | | | Added shared variables to startup, board and platform makefilesmarcoveeneman2018-03-106-0/+26
| | | | | |
* | | | | | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵Fabien Poussin2018-03-14100-9737/+12936
| | | | | | | | | | | | | | | | | | | | | | | | deprecated MS2ST calls.
* | | | | | Adding script to update various config files automaticaly.Fabien Poussin2018-03-145-1/+340
| |/ / / / |/| | | |
* | | | | Merge pull request #146 from romainreignier/fix_rcc_apiFabien Poussin2018-03-123-25/+25
|\ \ \ \ \ | |/ / / / |/| | | | Keep track of STM32 RCC API
| * | | | Keep track of STM32 RCC APIRomain Reignier2018-03-113-25/+25
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | RCC API changed in 01/2018 so apply the changes. Note that ae7a4d40b84d8afc999691577210696f16e682f6 partially fixed the changes in QEI module but some were missing. So update the other modules too.