Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #71 from flabbergast/kinetis | Fabio Utzig | 2016-05-08 | 12 | -28/+213 |
|\ | | | | | [KINETIS] PAL driver: implement PAL_LINE. | ||||
| * | [KINETIS] PAL driver: implement PAL_LINE. | flabbergast | 2016-05-08 | 12 | -28/+213 |
|/ | |||||
* | Merge pull request #68 from awygle/msp430x | awygle | 2016-05-04 | 27 | -19/+4356 |
| | | | MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates | ||||
* | Merge pull request #55 from marcoveeneman/tiva-wdg-driver | marcoveeneman | 2016-05-02 | 100 | -77/+2411 |
|\ | | | | | Tiva WDG driver | ||||
| * | Tiva. Updated Tiva makefiles to be compatible with the main repository. | marcoveeneman | 2016-04-28 | 11 | -22/+41 |
| | | |||||
| * | Tiva. WDG. Changed fixed load value to the system clock in the demo. | marcoveeneman | 2016-04-28 | 1 | -1/+1 |
| | | |||||
| * | Mass license update. | marcoveeneman | 2016-04-28 | 83 | -56/+494 |
| | | |||||
| * | Disabled SPI support in halconf.h and added some comments in main.c | marcoveeneman | 2016-04-11 | 2 | -2/+6 |
| | | |||||
| * | Tiva. WDG. Added watchdog driver to tm4c129 platform.mk. | marcoveeneman | 2016-04-06 | 1 | -1/+2 |
| | | |||||
| * | Tiva. WDG. Added missing declarations for watchdog peripherals. | marcoveeneman | 2016-04-06 | 1 | -1/+3 |
| | | |||||
| * | Tiva. WDG. Added testhal demo for Watchdog driver. | marcoveeneman | 2016-04-06 | 9 | -0/+1439 |
| | | |||||
| * | Tiva. WDG. Added watchdog low level driver. | marcoveeneman | 2016-04-06 | 3 | -1/+430 |
| | | |||||
| * | Tiva. WDG. Added missing declarations for watchdog peripherals. | marcoveeneman | 2016-04-06 | 1 | -1/+3 |
| | | |||||
* | | Merge pull request #67 from flabbergast/kinetis | Fabio Utzig | 2016-05-01 | 1 | -3/+5 |
|\ \ | | | | | | | [KINETIS] Fix KL26Z/I2C/Makefile. | ||||
| * | | [KINETIS] Fix KL26Z/I2C/Makefile. | flabbergast | 2016-05-01 | 1 | -3/+5 |
| | | | |||||
* | | | Merge pull request #66 from pl4nkton/stm32_fixes | Uladzimir Pylinski | 2016-05-01 | 60 | -515/+1278 |
|\ \ \ | |/ / |/| | | Stm32 fixes | ||||
| * | | testhal/STM32/f4/EICU: remove ccache | Nicolas Reinecke | 2016-05-01 | 1 | -3/+2 |
| | | | |||||
| * | | fix warnings in STM32 projects because of missing configs | Nicolas Reinecke | 2016-05-01 | 10 | -4/+125 |
| | | | |||||
| * | | remove symlinks | Nicolas Reinecke | 2016-05-01 | 2 | -2/+0 |
| | | | |||||
| * | | update stm32 demo and testhal projects to upstream chibios | Nicolas Reinecke | 2016-05-01 | 39 | -415/+1060 |
| | | | |||||
| * | | fix comment | Nicolas Reinecke | 2016-05-01 | 1 | -1/+1 |
| | | | |||||
| * | | f4 platform.mk: reoder hardware | Nicolas Reinecke | 2016-05-01 | 1 | -5/+5 |
| | | | |||||
| * | | fix whitespace | Nicolas Reinecke | 2016-05-01 | 5 | -77/+77 |
| | | | |||||
| * | | fix typos in mcu conf | Nicolas Reinecke | 2016-05-01 | 6 | -9/+9 |
|/ / | |||||
* | | Merge pull request #65 from pl4nkton/add_stm32f1xx_port | Uladzimir Pylinski | 2016-04-29 | 2 | -0/+18 |
|\ \ | | | | | | | FSMC. Added stm32f1xx port. | ||||
| * | | 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 #64 from sdalu/aSm | Fabio Utzig | 2016-04-28 | 3 | -5/+9 |
|\ \ \ | |/ / |/| | | sync with ChibiOS master for ASMXSRC | ||||
| * | | sync with ChibiOS master for ASMXSRC | Stephane D'Alu | 2016-04-28 | 3 | -5/+9 |
|/ / | |||||
* | | Merge pull request #62 from flabbergast/i2c | Fabio Utzig | 2016-04-27 | 14 | -380/+1600 |
|\ \ | | | | | | | [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] Consolidate KL2x I2C CMSIS defs. | flabbergast | 2016-04-24 | 5 | -319/+83 |
| | | | |||||
| * | | [KINETIS] Add FRDM-KL26Z/I2C demo. | flabbergast | 2016-04-24 | 7 | -2/+1274 |
| | | | |||||
| * | | [KINETIS] Rename I2Cx.S1 to I2Cx.S for KL26Z. | flabbergast | 2016-04-24 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | For some strange reason Freescale refers to this I2C register as 'S1' on KL26Z and as 'S' on all other Kinetises (K20x, KL2xZ). To avoid horrible #ifs in the driver, use 'S' also on KL26Z. | ||||
* | | | Merge pull request #60 from flabbergast/kinetis-mk | Fabio Utzig | 2016-04-24 | 35 | -108/+177 |
|\ \ \ | | | | | | | | | Update kinetis makefiles (license, asm, m0->m0plus, shell.mk). | ||||
| * | | | [KINETIS] Mass update Makefile (license & asm changes). | flabbergast | 2016-04-24 | 35 | -72/+136 |
| | | | | |||||
| * | | | [KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus. | flabbergast | 2016-04-24 | 12 | -12/+12 |
| | | | | |||||
| * | | | [KINETIS] Update Makefiles to use shell.mk. | flabbergast | 2016-04-24 | 5 | -24/+29 |
| |/ / | |||||
* | | | Merge pull request #61 from flabbergast/adc-fix | Fabio Utzig | 2016-04-24 | 1 | -2/+3 |
|\ \ \ | |/ / |/| | | [KINETIS] fix ADC LLD bug, grpp access after clear | ||||
| * | | [KINETIS] fix ADC LLD bug, grpp access after clear | bunnie | 2016-04-24 | 1 | -2/+3 |
|/ / | |||||
* | | Updated Makefiles for STM32 according to | barthess | 2016-04-23 | 34 | -314/+729 |
| | | | | | | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83 | ||||
* | | Merge pull request #59 from flabbergast/oshchip | Fabio Utzig | 2016-04-19 | 11 | -0/+1385 |
|\ \ | | | | | | | Add OSHchip board (NRF51 based) | ||||
| * | | [NRF51] Add OSHChip_V1.0 board files. | flabbergast | 2016-04-14 | 3 | -0/+149 |
| | | | |||||
| * | | [NRF51] Add OSHChip demo. | flabbergast | 2016-04-14 | 8 | -0/+1236 |
| | | | |||||
* | | | Merge pull request #58 from jstruebel/master | Fabio Utzig | 2016-04-19 | 10 | -4/+1491 |
|\ \ \ | | | | | | | | | Added shell demo project | ||||
| * | | | [KINETIS] Moved time variable definition in blinker thread | Jonathan Struebel | 2016-04-18 | 3 | -5/+5 |
| | | | | |||||
| * | | | [KINETS] Fixed comments in shellconf.h | Jonathan Struebel | 2016-04-17 | 1 | -2/+2 |
| | | | |