Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix whitespace | Nicolas Reinecke | 2016-05-01 | 1 | -3/+3 |
| | |||||
* | FSMC: fix build on stm32f1x and stm32f3 | Nicolas Reinecke | 2016-04-29 | 1 | -0/+4 |
| | | | | STM32F1,3 has no fsmc reset function so make it optional | ||||
* | add stm32f1xx port | Nicolas Reinecke | 2016-04-28 | 1 | -0/+14 |
| | |||||
* | Merge pull request #62 from flabbergast/i2c | Fabio Utzig | 2016-04-27 | 2 | -58/+242 |
|\ | | | | | [KINETIS] I2C update (timeouts, KL27Z) | ||||
| * | [KINETIS] Add I2C workaround for KL27Z. | flabbergast | 2016-04-25 | 2 | -3/+74 |
| | | |||||
| * | [KINETIS] Fix I2C clock divisor computation. | flabbergast | 2016-04-25 | 1 | -2/+2 |
| | | |||||
| * | [KINETIS] I2C driver: implement timeout. | flabbergast | 2016-04-25 | 2 | -6/+32 |
| | | |||||
| * | [KINETIS] Slightly rewrite and comment i2c driver. | flabbergast | 2016-04-25 | 1 | -56/+143 |
| | | |||||
* | | [KINETIS] fix ADC LLD bug, grpp access after clear | bunnie | 2016-04-24 | 1 | -2/+3 |
|/ | |||||
* | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 34 | -11031/+13375 |
|\ | |||||
| * | Merge pull request #52 from awygle/msp430x | Uladzimir Pylinski | 2016-04-09 | 9 | -0/+2344 |
| |\ | | | | | | | Initial MSP430X Port. | ||||
| | * | Initial MSP430X Port. | Andrew Wygle | 2016-04-08 | 9 | -0/+2344 |
| | | | | | | | | | | | | | | | | | | This port includes hal, pal, serial, and st drivers. It supports both large and small model code and data for MSP430X-class CPUs. It has only been tested on the EXP430FR5969 LaunchPad board. | ||||
| * | | [KINETIS] Fix I2C TX to not wait for RX if requested rxbytes is 0 | Jonathan Struebel | 2016-04-08 | 1 | -1/+1 |
| |/ | |||||
| * | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 24 | -11030/+11030 |
| | | |||||
* | | Merge branch 'master' into fix-nrf51-port | Fabio Utzig | 2016-04-10 | 50 | -112/+112 |
|\| | |||||
| * | Merge pull request #50 from utzig/fix-tiva-port | Fabio Utzig | 2016-04-05 | 22 | -48/+48 |
| |\ | | | | | | | Fix tiva port | ||||
| | * | Fix tiva demos | Fabio Utzig | 2016-04-04 | 1 | -1/+1 |
| | | | |||||
| | * | Fix header guard style | Fabio Utzig | 2016-04-04 | 11 | -33/+33 |
| | | | |||||
| | * | Fix hal files naming scheme | Fabio Utzig | 2016-04-04 | 20 | -14/+14 |
| | | | |||||
| * | | [KINETIS] Rename header guards in HAL. | flabbergast | 2016-04-04 | 15 | -45/+45 |
| | | | |||||
| * | | [KINETIS] Rename HAL LLD files. | flabbergast | 2016-04-04 | 24 | -19/+19 |
| |/ | |||||
* | | Fix testhal demos (except for RNG) | Fabio Utzig | 2016-04-04 | 2 | -5/+5 |
| | | |||||
* | | Fix headers guards + style fixes | Fabio Utzig | 2016-04-04 | 13 | -49/+49 |
| | | |||||
* | | Move files to new naming std | Fabio Utzig | 2016-04-04 | 23 | -23/+23 |
| | | |||||
* | | Fix style and warnings using timer0 | Fabio Utzig | 2016-04-04 | 2 | -31/+46 |
| | | |||||
* | | Fix API usage in serial driver | Fabio Utzig | 2016-04-03 | 1 | -4/+4 |
|/ | |||||
* | [KINETIS] HAL cleanup/update. | flabbergast | 2016-03-22 | 37 | -5615/+3880 |
| | | | | | | | New entries in kinetis_registry.h to support new MCUs. Moved registers to ext/CMSIS, like it is done for STM32. Move the same drivers to LLD. Add USB driver. | ||||
* | Merge remote-tracking branch 'utzig/kinetis' into kinetis | flabbergast | 2016-03-21 | 36 | -0/+11690 |
|\ | |||||
| * | [KINETIS] Fix platform driver references to contrib | Fabio Utzig | 2016-03-08 | 2 | -21/+21 |
| | | |||||
| * | [KINETIS] Move from main repo to contrib | Fabio Utzig | 2016-03-07 | 36 | -0/+11690 |
| | | |||||
* | | NAND. Cosmetical improvement | barthess | 2016-03-17 | 1 | -5/+7 |
| | | |||||
* | | Updated some testhal projects to new ChibiOS code | barthess | 2016-03-15 | 3 | -8/+2 |
|/ | |||||
* | hide shell errors | Stephane D'Alu | 2016-02-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 14 | -21/+4270 |
|\ | | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c | ||||
| * | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 5 | -4/+1226 |
| | | |||||
| * | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 4 | -0/+2688 |
| | | |||||
| * | Merge pull request #33 from sdalu/rtc | Fabio Utzig | 2016-02-15 | 5 | -18/+357 |
| |\ | | | | | | | RTC for System Ticks | ||||
| | * | Now ST can also use RTC1. Added NRF51_ST_PRIORITY for interrupts. | Stephane D'Alu | 2016-02-14 | 2 | -38/+200 |
| | | | | | | | | | | | | Default values are changed if SOFTDEVICE_PRESENT is defined | ||||
| | * | st handle compile-tie error checking instead of gpt, as gpt is included first | Stephane D'Alu | 2016-02-14 | 2 | -6/+8 |
| | | | |||||
| | * | exclude TIMER0 from GPT if already used for system ticks | Stephane D'Alu | 2016-02-06 | 1 | -1/+6 |
| | | | |||||
| | * | protect ChibiOS specific sanity check | Stephane D'Alu | 2016-02-06 | 1 | -1/+1 |
| | | | |||||
| | * | fixed compile time error detection for deltatime | Stephane D'Alu | 2016-02-06 | 1 | -4/+4 |
| | | | |||||
| | * | deal with 16bits systime_t | Stephane D'Alu | 2016-02-06 | 1 | -16/+24 |
| | | | |||||
| | * | fixed tickless for RTC, removed it for TIMER | Stephane D'Alu | 2016-02-06 | 2 | -86/+7 |
| | | | |||||
| | * | try to implement tick-less mode | Stephane D'Alu | 2016-02-06 | 2 | -16/+143 |
| | | | |||||
| | * | use mcuconf.h with NRF51_SYSTEM_TICKS to select the timer source (TIMER or RTC) | Stephane D'Alu | 2016-02-05 | 4 | -14/+109 |
| | | | |||||
| | * | start by a stop | Stephane D'Alu | 2016-02-05 | 1 | -1/+1 |
| | | | |||||
| | * | moved from HFCLK TIMER to RTC LFCLK | Stephane D'Alu | 2016-02-05 | 3 | -26/+45 |
| | | | |||||
* | | | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-09 | 4 | -0/+286 |
|\| | | | | | | | | | | | | | | Conflicts: os/hal/ports/NRF51/NRF51822/platform.mk | ||||
| * | | fixed typos | Stephane D'Alu | 2016-02-09 | 2 | -3/+3 |
| | | |