| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into update_tests | Fabien Poussin | 2018-03-15 | 9 | -287/+509 |
|\ |
|
| * | Merge pull request #149 from marcoveeneman/improve_tiva_makefiles | Fabien Poussin | 2018-03-15 | 7 | -230/+361 |
| |\ |
|
| | * | Removed custom web server and use LwIP httpd in demo | marcoveeneman | 2018-03-15 | 4 | -177/+4 |
| | * | Removed LWSRC and LWINC from makefile and added httpd_opts.h file. | marcoveeneman | 2018-03-14 | 2 | -2/+324 |
| | * | Fixed problem in LwIP demo makefile | marcoveeneman | 2018-03-13 | 1 | -2/+1 |
| | * | Aligned Tiva Makefiles | marcoveeneman | 2018-03-12 | 2 | -34/+23 |
| | * | Simplified a makefile by using the new variables | marcoveeneman | 2018-03-10 | 1 | -17/+11 |
| * | | Fixed most testhal examples for STM32, updated configs using script. Fixed de... | Fabien Poussin | 2018-03-14 | 3 | -59/+150 |
| |/ |
|
* / | demos: stm32: update to latest ChibiOS API | Romain Reignier | 2018-03-12 | 12 | -67/+353 |
|/ |
|
* | Merge pull request #145 from marcoveeneman/tiva_improvements | Fabien Poussin | 2018-03-08 | 13 | -136/+879 |
|\ |
|
| * | Updated all mcuconf.h files to include PAL IRQ settings. | marcoveeneman | 2018-03-07 | 3 | -1/+79 |
| * | Disabled tickless timer for TM4C129x demos. | marcoveeneman | 2018-03-02 | 2 | -2/+2 |
| * | Changed PAL driver so that TM4C123x devices GPIO blocks always use AHB. | marcoveeneman | 2018-02-28 | 1 | -6/+0 |
| * | Updated all halconf.h files | marcoveeneman | 2018-02-27 | 3 | -16/+385 |
| * | Updated all chconf.h files | marcoveeneman | 2018-02-27 | 3 | -109/+383 |
| * | Fixed compile errors in demos | marcoveeneman | 2017-11-24 | 6 | -6/+34 |
* | | Removed duplicate OpenOCD on ICDI launch configurations. | marcoveeneman | 2018-02-12 | 3 | -32/+0 |
|/ |
|
* | Add version tags | Fabio Utzig | 2017-10-09 | 20 | -0/+22 |
* | Updated license headers | marcoveeneman | 2017-04-20 | 6 | -6/+6 |
* | Fixed NRF52 and Win32 demos. | Fabien Poussin | 2017-04-14 | 2 | -4/+3 |
* | Fixed NRF51 Makefiles | Fabien Poussin | 2017-04-14 | 1 | -1/+1 |
* | Merge pull request #100 from marcoveeneman/tiva-improvements | marcoveeneman | 2016-11-21 | 2 | -38/+50 |
|\ |
|
| * | Fixed incorrect type used for line field in led_config structures. | marcoveeneman | 2016-11-21 | 2 | -2/+2 |
| * | Replaced port+pad by line in the demos and testhal. | marcoveeneman | 2016-10-30 | 2 | -38/+50 |
* | | Merge pull request #102 from sdalu/microbit | Fabio Utzig | 2016-11-16 | 6 | -0/+1203 |
|\ \ |
|
| * | | BBC micro:bit board | Stephane D'Alu | 2016-11-16 | 6 | -0/+1203 |
* | | | fix stm32f429-dma2d demo build | Nicolas Reinecke | 2016-11-08 | 6 | -24/+51 |
* | | | update stm32 testhal / demo headers | Nicolas Reinecke | 2016-11-08 | 2 | -8/+6 |
| |/
|/| |
|
* | | Updated mcuconf.h files. | marcoveeneman | 2016-10-29 | 2 | -3/+3 |
* | | Replaced custom register bitfield macros by TivaWare bitfield macros. | marcoveeneman | 2016-10-28 | 1 | -1/+1 |
* | | Some missing changes. | marcoveeneman | 2016-10-27 | 1 | -1/+1 |
* | | Updated ChibiStudio .cproject files. | marcoveeneman | 2016-10-27 | 3 | -6/+211 |
* | | Fixed .launch file for RT-TM4C1294-LAUNCHPAD demo. | marcoveeneman | 2016-08-30 | 1 | -2/+2 |
* | | Merge pull request #94 from marcoveeneman/tiva-improvements | marcoveeneman | 2016-08-11 | 3 | -0/+18 |
|\ \
| |/
|/| |
|
| * | Implemented smart build for Tiva platform. | marcoveeneman | 2016-08-09 | 3 | -0/+18 |
* | | moved spi to LLD | Stephane D'Alu | 2016-07-11 | 1 | -1/+1 |
* | | moved QEI to LLD | Stephane D'Alu | 2016-07-10 | 2 | -1/+3 |
* | | moved GPT to LLD | Stephane D'Alu | 2016-07-10 | 3 | -11/+28 |
* | | added missing chconf.h | Stephane D'Alu | 2016-07-10 | 1 | -0/+529 |
* | | shell commands for info and watchdog | Stephane D'Alu | 2016-07-10 | 1 | -5/+23 |
* | | moved wdg to LLD | Stephane D'Alu | 2016-07-10 | 3 | -5/+57 |
* | | added missing config files for nrf52 demo | Stephane D'Alu | 2016-07-10 | 3 | -0/+453 |
* | | moved rng to LLD directory. | Stephane D'Alu | 2016-07-10 | 1 | -0/+41 |
* | | renamed NRF51_* to NRF5_* | Stephane D'Alu | 2016-07-10 | 3 | -11/+11 |
* | | NRF52832 implementation | Stephane D'Alu | 2016-07-09 | 2 | -0/+355 |
* | | renamed port to NRF5 to make room for NRF52832 chip | Stephane D'Alu | 2016-07-08 | 2 | -2/+2 |
|/ |
|
* | Tiva. Fixed and added missing debug and external tool configurations. | marcoveeneman | 2016-05-11 | 4 | -1/+75 |
* | Tiva. Fixed project files of testhal and demos. | marcoveeneman | 2016-05-11 | 3 | -15/+15 |
* | Merge pull request #68 from awygle/msp430x | awygle | 2016-05-04 | 9 | -4/+1658 |
* | Merge pull request #55 from marcoveeneman/tiva-wdg-driver | marcoveeneman | 2016-05-02 | 17 | -11/+161 |
|\ |
|