Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 | |
| * | | | | | | 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 de... | Fabien Poussin | 2018-03-14 | 100 | -9737/+12936 | |
* | | | | | | | 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 | Romain Reignier | 2018-03-11 | 3 | -25/+25 | |
|/ / / / / | ||||||
| * | | | | 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 | |
|/ / / / | ||||||
* | | | | Merge pull request #145 from marcoveeneman/tiva_improvements | Fabien Poussin | 2018-03-08 | 67 | -2367/+6164 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
| * | | | | 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 | |
| * | | | | 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 | |
| * | | | | Updated all halconf.h files | marcoveeneman | 2018-02-27 | 11 | -57/+1401 | |
| * | | | | Updated all chconf.h files | marcoveeneman | 2018-02-27 | 11 | -382/+1440 | |
| * | | | | Fixed I2C and UART testhal demos | marcoveeneman | 2017-11-24 | 2 | -3/+3 | |
| * | | | | Fixed hal_i2c_lld.c | marcoveeneman | 2017-11-24 | 1 | -4/+5 | |
| * | | | | Fixed compile errors in demos | marcoveeneman | 2017-11-24 | 6 | -6/+34 | |
| * | | | | Updated startup makefiles with new path to CMSIS Core headers | marcoveeneman | 2017-11-23 | 2 | -2/+2 | |
* | | | | | Updating chconf.h for STM32 testhal | Fabien Poussin | 2018-03-08 | 11 | -2128/+3083 | |
* | | | | | Fixes for STM32F0 testhal | Fabien Poussin | 2018-03-08 | 13 | -147/+758 | |
* | | | | | Merge pull request #139 from wiml/kinetis_sdhc | Fabien Poussin | 2018-03-08 | 2 | -0/+1179 | |
|\ \ \ \ \ |