Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated mcuconf template | Fabien Poussin | 2018-03-15 | 1 | -0/+2 |
| | |||||
* | Fixed STM32F4 FSMC examples | Fabien Poussin | 2018-03-15 | 10 | -29/+43 |
| | |||||
* | Merge pull request #147 from romainreignier/update_tests | Fabien Poussin | 2018-03-15 | 35 | -1462/+2281 |
|\ | | | | | Update to latest ChibiOS API | ||||
| * | Merge branch 'master' into update_tests | Fabien Poussin | 2018-03-15 | 121 | -8787/+12391 |
| |\ | |/ |/| | |||||
* | | Merge pull request #148 from romainreignier/add_stm32L4 | Fabien Poussin | 2018-03-15 | 1 | -0/+21 |
|\ \ | | | | | | | platform: add support for STM32L4 family | ||||
| * | | platform: add support for STM32L4 family | Romain Reignier | 2018-03-12 | 1 | -0/+21 |
| | | | |||||
* | | | Merge pull request #149 from marcoveeneman/improve_tiva_makefiles | Fabien Poussin | 2018-03-15 | 27 | -430/+522 |
|\ \ \ | | | | | | | | | Improve tiva makefiles | ||||
| * | | | Removed custom web server and use LwIP httpd in demo | marcoveeneman | 2018-03-15 | 4 | -177/+4 |
| | | | | |||||
| * | | | Removed TESTSRC and TESTINC from some makefiles which didnt use them | marcoveeneman | 2018-03-15 | 9 | -22/+7 |
| | | | | |||||
| * | | | Removed LWSRC and LWINC from makefile and added httpd_opts.h file. | marcoveeneman | 2018-03-14 | 2 | -2/+324 |
| | | | | |||||
| * | | | Extract with full paths | marcoveeneman | 2018-03-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed pushd popd | marcoveeneman | 2018-03-14 | 1 | -2/+2 |
| | | | | |||||
| * | | | Try to enable building the LwIP demo on Travis-CI | marcoveeneman | 2018-03-13 | 2 | -4/+12 |
| | | | | |||||
| * | | | Fixed problem in LwIP demo makefile | marcoveeneman | 2018-03-13 | 1 | -2/+1 |
| | | | | |||||
| * | | | Fixed CONFDIR missing in PAL makefiles | marcoveeneman | 2018-03-12 | 2 | -2/+2 |
| | | | | |||||
| * | | | Aligned Tiva Makefiles | marcoveeneman | 2018-03-12 | 11 | -197/+128 |
| | | | | |||||
| * | | | Fixed warnings triggered by -Wundef compile option | marcoveeneman | 2018-03-12 | 3 | -18/+18 |
| | | | | |||||
| * | | | Simplified a makefile by using the new variables | marcoveeneman | 2018-03-10 | 1 | -17/+11 |
| | | | | | | | | | | | | | | | | Also disabled FPU, added license makefile and added -Wundef to C and C++ warnings. | ||||
| * | | | Fixed wrong variable name for ASM files | marcoveeneman | 2018-03-10 | 2 | -6/+6 |
| | | | | |||||
| * | | | Added shared variables to startup, board and platform makefiles | marcoveeneman | 2018-03-10 | 6 | -0/+26 |
| | | | | |||||
* | | | | Fixed most testhal examples for STM32, updated configs using script. Fixed ↵ | Fabien Poussin | 2018-03-14 | 100 | -9737/+12936 |
| | | | | | | | | | | | | | | | | deprecated MS2ST calls. | ||||
* | | | | Adding script to update various config files automaticaly. | Fabien Poussin | 2018-03-14 | 5 | -1/+340 |
| |/ / |/| | | |||||
* | | | Merge pull request #146 from romainreignier/fix_rcc_api | Fabien Poussin | 2018-03-12 | 3 | -25/+25 |
|\ \ \ | |/ / |/| | | Keep track of STM32 RCC API | ||||
| * | | Keep track of STM32 RCC API | Romain Reignier | 2018-03-11 | 3 | -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. | ||||
| * | lib_sci: FIX 'for' loop initial declarations are only allowed in C99 or C11 mode | Romain Reignier | 2018-03-12 | 1 | -1/+2 |
| | | |||||
| * | testhal: stm32: update to latest ChibiOS API | Romain Reignier | 2018-03-12 | 19 | -73/+499 |
| | | |||||
| * | boards: Update board BARTHESS to newer API | Romain Reignier | 2018-03-12 | 1 | -18/+171 |
| | | |||||
| * | demos: stm32: update to latest ChibiOS API | Romain Reignier | 2018-03-12 | 12 | -67/+353 |
| | | |||||
| * | fatfs: update to latest ChibiOS changes | Romain Reignier | 2018-03-12 | 2 | -11/+11 |
| | | |||||
| * | hal_usbh: update to new Time macros | Romain Reignier | 2018-03-12 | 4 | -14/+14 |
| | | |||||
| * | hal_fsmc: update to new RCC API | Romain Reignier | 2018-03-12 | 1 | -1/+1 |
| | | |||||
| * | hal: stm32: Keep track of latest STM32 RCC API | Romain Reignier | 2018-03-12 | 3 | -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. | ||||
* | Merge pull request #145 from marcoveeneman/tiva_improvements | Fabien Poussin | 2018-03-08 | 67 | -2367/+6164 |
|\ | | | | | Various Tiva improvements | ||||
| * | Updated all mcuconf.h files to include PAL IRQ settings. | marcoveeneman | 2018-03-07 | 12 | -51/+172 |
| | | |||||
| * | Renamed GPIO IRQ priority definitions for the PAL driver | marcoveeneman | 2018-03-07 | 2 | -128/+128 |
| | | |||||
| * | Added PAL testhal application to travis build script | marcoveeneman | 2018-03-02 | 1 | -0/+4 |
| | | |||||
| * | Removed EXT testhal application from travis build script | marcoveeneman | 2018-03-02 | 1 | -4/+0 |
| | | |||||
| * | Removed EXT testhal application | marcoveeneman | 2018-03-02 | 9 | -1751/+0 |
| | | |||||
| * | Removed EXT driver files | marcoveeneman | 2018-03-02 | 3 | -1508/+0 |
| | | |||||
| * | Disabled tickless timer for TM4C129x demos. | marcoveeneman | 2018-03-02 | 2 | -2/+2 |
| | | |||||
| * | Added multi target testhal application for PAL driver. | marcoveeneman | 2018-03-02 | 17 | -0/+3466 |
| | | |||||
| * | Implemented events to PAL driver for Tiva devices. | marcoveeneman | 2018-03-02 | 2 | -3/+1223 |
| | | | | | | | | Most code from the EXT driver could be reused. | ||||
| * | Added number of GPIO pins to TM4C129x registry. | marcoveeneman | 2018-03-02 | 1 | -0/+2 |
| | | |||||
| * | Fixed hal_st_lld still using old register access. | marcoveeneman | 2018-03-02 | 1 | -22/+22 |
| | | | | | | | | Registers are now accessed using the HWREG() macro. | ||||
| * | Updated platform.mk files to handle halconf.h files located in CONFDIR | marcoveeneman | 2018-03-02 | 2 | -2/+16 |
| | | |||||
| * | Fixed bug in pal_lld_writepad implementation | marcoveeneman | 2018-03-01 | 1 | -1/+1 |
| | | |||||
| * | Changed PAL driver so that TM4C123x devices GPIO blocks always use AHB. | marcoveeneman | 2018-02-28 | 3 | -216/+6 |
| | | |||||
| * | Fixed startup makefiles | marcoveeneman | 2018-02-27 | 2 | -8/+10 |
| | | | | | | | | vectors.c was replaced by vectors.S | ||||
| * | Updated all halconf.h files | marcoveeneman | 2018-02-27 | 11 | -57/+1401 |
| | | |||||
| * | Updated all chconf.h files | marcoveeneman | 2018-02-27 | 11 | -382/+1440 |
| | |