Commit Graph

498 Commits

Author SHA1 Message Date
Stephane D'Alu 9308e90aff added PAL_LINE support
follow template order
2016-05-09 15:31:42 +02:00
awygle de959be01f Merge pull request #70 from awygle/msp430x
Added SPI driver and test code to MSP430X port
2016-05-08 22:10:29 -07:00
Andrew Wygle dfd93d512b Added SPI driver and test code to MSP430X port
A DMA-driven SPI driver and fairly comprehensive test code for SPI
on the MSP430X port. Required some cleanup to the DMA and Serial
drivers as well. Includes some reformatting to be more in line with
ChibiOS coding standards.
2016-05-08 17:59:09 -07:00
Fabio Utzig 83569a1248 Merge pull request #69 from sdalu/pwm
PWM support for nRF51
2016-05-08 21:15:36 -03:00
Fabio Utzig 03c1e50742 Merge pull request #71 from flabbergast/kinetis
[KINETIS] PAL driver: implement PAL_LINE.
2016-05-08 20:59:01 -03:00
flabbergast 7d99206f05 [KINETIS] PAL driver: implement PAL_LINE. 2016-05-08 09:09:43 +01:00
Stephane D'Alu aad6da5b99 old C style 2016-05-05 21:38:44 +02:00
Stephane D'Alu ed4ab39ccb Added PWM testhal 2016-05-05 21:37:46 +02:00
Stephane D'Alu 74f2322132 PWM driver 2016-05-05 20:41:51 +02:00
awygle cf02c79b5a Merge pull request #68 from awygle/msp430x
MSP430X DMA Support, EXP430FR6989 Demo + Makefile Updates
2016-05-04 23:47:33 -07:00
marcoveeneman fe1d3f2114 Merge pull request #55 from marcoveeneman/tiva-wdg-driver
Tiva WDG driver
2016-05-02 15:53:26 +02:00
Fabio Utzig e6137bb7e4 Merge pull request #67 from flabbergast/kinetis
[KINETIS] Fix KL26Z/I2C/Makefile.
2016-05-01 07:57:26 -03:00
Uladzimir Pylinski 05a8a76ea0 Merge pull request #66 from pl4nkton/stm32_fixes
Stm32 fixes
2016-05-01 12:54:03 +03:00
flabbergast 05c64a50b5 [KINETIS] Fix KL26Z/I2C/Makefile. 2016-05-01 08:47:01 +01:00
Nicolas Reinecke 09a35652f7 testhal/STM32/f4/EICU: remove ccache 2016-05-01 03:28:47 +02:00
Nicolas Reinecke 65ba371306 fix warnings in STM32 projects because of missing configs 2016-05-01 03:28:40 +02:00
Nicolas Reinecke 311adb8529 remove symlinks 2016-05-01 03:28:40 +02:00
Nicolas Reinecke 367bc6bcce update stm32 demo and testhal projects to upstream chibios 2016-05-01 03:28:30 +02:00
Nicolas Reinecke 1a6aba5009 fix comment 2016-05-01 02:33:23 +02:00
Nicolas Reinecke f93efb407d f4 platform.mk: reoder hardware 2016-05-01 02:33:23 +02:00
Nicolas Reinecke 509816147d fix whitespace 2016-05-01 02:33:07 +02:00
Nicolas Reinecke f665da37bd fix typos in mcu conf 2016-05-01 00:27:15 +02:00
Uladzimir Pylinski ecab016be9 Merge pull request #65 from pl4nkton/add_stm32f1xx_port
FSMC. Added stm32f1xx port.
2016-04-29 19:09:22 +03:00
Nicolas Reinecke 409a3f226d FSMC: fix build on stm32f1x and stm32f3
STM32F1,3 has no fsmc reset function so make it optional
2016-04-29 14:14:51 +02:00
Fabio Utzig 0625a978f7 Merge pull request #64 from sdalu/aSm
sync with ChibiOS master for ASMXSRC
2016-04-28 18:36:42 -03:00
marcoveeneman 99230d289c Tiva. Updated Tiva makefiles to be compatible with the main repository. 2016-04-28 23:10:46 +02:00
Stephane D'Alu 2789fb3cd8 sync with ChibiOS master for ASMXSRC 2016-04-28 23:00:24 +02:00
marcoveeneman 277989a048 Tiva. WDG. Changed fixed load value to the system clock in the demo. 2016-04-28 22:10:35 +02:00
marcoveeneman d4cb8ca216 Mass license update. 2016-04-28 22:07:07 +02:00
Nicolas Reinecke 14dc50c95d add stm32f1xx port 2016-04-28 17:22:41 +02:00
Fabio Utzig 5c02f23706 Merge pull request #62 from flabbergast/i2c
[KINETIS] I2C update (timeouts, KL27Z)
2016-04-27 19:03:01 -03:00
flabbergast 9107b150b0 [KINETIS] Add I2C workaround for KL27Z. 2016-04-25 11:53:55 +01:00
flabbergast 2897589bf3 [KINETIS] Fix I2C clock divisor computation. 2016-04-25 11:53:55 +01:00
flabbergast 0a37322265 [KINETIS] I2C driver: implement timeout. 2016-04-25 11:53:55 +01:00
flabbergast fa9644e655 [KINETIS] Slightly rewrite and comment i2c driver. 2016-04-25 11:53:48 +01:00
Fabio Utzig a59c04c5cf Merge pull request #60 from flabbergast/kinetis-mk
Update kinetis makefiles (license, asm, m0->m0plus, shell.mk).
2016-04-24 18:10:31 -03:00
Fabio Utzig 38acc79534 Merge pull request #61 from flabbergast/adc-fix
[KINETIS] fix ADC LLD bug, grpp access after clear
2016-04-24 18:09:02 -03:00
flabbergast 7485ece089 [KINETIS] Consolidate KL2x I2C CMSIS defs. 2016-04-24 18:36:00 +01:00
flabbergast cee50b34e2 [KINETIS] Add FRDM-KL26Z/I2C demo. 2016-04-24 18:36:00 +01:00
flabbergast a5cd9d134b [KINETIS] Rename I2Cx.S1 to I2Cx.S for KL26Z.
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.
2016-04-24 18:36:00 +01:00
bunnie 469e05d445 [KINETIS] fix ADC LLD bug, grpp access after clear 2016-04-24 18:12:19 +01:00
flabbergast 39e3a31d94 [KINETIS] Mass update Makefile (license & asm changes). 2016-04-24 17:12:49 +01:00
flabbergast 1737a7dfb2 [KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus. 2016-04-24 16:38:27 +01:00
flabbergast a109d62f0a [KINETIS] Update Makefiles to use shell.mk. 2016-04-24 16:38:04 +01:00
barthess c35568fafc Updated Makefiles for STM32 according to
http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
2016-04-23 20:27:12 +03:00
Fabio Utzig e0ada4f782 Merge pull request #59 from flabbergast/oshchip
Add OSHchip board (NRF51 based)
2016-04-19 06:47:39 -03:00
Fabio Utzig 1573784407 Merge pull request #58 from jstruebel/master
Added shell demo project
2016-04-19 06:43:41 -03:00
Jonathan Struebel c523fa6f7a [KINETIS] Moved time variable definition in blinker thread 2016-04-18 20:40:13 -07:00
Jonathan Struebel 17acbeb15f [KINETS] Fixed comments in shellconf.h 2016-04-17 16:21:39 -07:00
Jonathan Struebel 8f3f907100 [KINETIS] Added shell demo for FRDM-KL25Z 2016-04-17 15:52:13 -07:00