Tracy Wadleigh
a263688c5e
Added sync & callback interface to KINETIS/GPIOv1.
2020-05-25 21:19:24 -07:00
Fabien Poussin
03434195e0
Merge pull request #219 from twadleigh/patch-1
...
Fix up SD1 initialization for KL2x
2020-05-18 00:48:00 +02:00
Tracy Wadleigh
40ae478eff
Add missing definitions for pin 0.
2020-05-17 15:31:23 -07:00
Tracy Wadleigh
c995b9c141
fix address assignment
2020-05-17 15:16:38 -07:00
Tracy Wadleigh
17f45e24a3
Fix up SD1 initialization for KL2x
...
In the case of KINETIS_SERIAL0_IS_UARTLP:
* the argument to `sd_lld_init_driver` needs to be explicitly coerced to a pointer of type `UART_TypeDef`;
* the initialization of `c4_p` needs to be patched, as its position is different in the underlying `UARTLP_TypeDef`.
2020-05-04 10:10:24 -07:00
Fabien Poussin
53d26371a8
Merge pull request #216 from pierstitus/stm32h7
...
add support for STM32H7
2020-04-09 15:31:38 +02:00
Piers Titus van der Torren
8885bcae4a
Add STM32H7 USB_MSD example
2020-04-09 09:49:53 +02:00
Piers Titus van der Torren
cc31a08011
STM32H7 support (just copied from STM32F7, drivers not tested yet)
2020-04-09 09:49:05 +02:00
Fabien Poussin
1627dfa5af
Merge pull request #215 from ChibiOS/update
...
Fixes for 20.3.x
2020-04-08 21:13:01 +02:00
Fabien Poussin
f6bf7f5f95
Cleaned python scripts
2020-04-08 20:29:13 +02:00
Fabien Poussin
5a124c7e36
Various fixes for demos
2020-04-08 20:09:22 +02:00
Fabien Poussin
f6f1185a10
Various fixes to make it pass tests
2020-04-08 19:55:22 +02:00
Fabien Poussin
4a8a6d152d
Updated upgrade.py script
2020-04-08 12:39:27 +02:00
Fabien Poussin
8e584b8481
STM32L0 mcuconf fix
2020-04-08 01:02:04 +02:00
Fabien Poussin
07bf49de26
Fixes for STM32F4 mcuconf
2020-04-08 00:58:27 +02:00
Fabien Poussin
2268395124
Updated all halconf/chconf headers
2020-04-08 00:35:16 +02:00
Fabien Poussin
1c6e393be7
Adding upgrade script
2020-04-08 00:35:06 +02:00
Fabien Poussin
fb4302ba7a
Updating osal.mk path
2020-04-04 18:30:52 +02:00
Fabien Poussin
5863c73d1b
Updated Jenkins for 20.3.x
2020-04-04 18:20:41 +02:00
Fabien Poussin
372b79f7ec
Merge pull request #214 from pierstitus/test
...
add STM32F4 USB_MSD test
2020-03-24 17:36:24 +01:00
Piers Titus van der Torren
11a66beced
add STM32F4 USB_MSD test
2020-03-24 14:58:00 +01:00
Fabien Poussin
579e6f56b2
Merge pull request #212 from ObKo/master
...
Driver for new ADC peripheral (called SAADC) in NRF52 devices.
2020-01-12 12:36:37 +01:00
Konstantin Oblaukhov
87335aba29
ADC driver sample code.
2020-01-12 13:53:11 +07:00
Konstantin Oblaukhov
7fa948e7c6
Driver for new ADC (SAADC) in NRF52 devices.
2020-01-12 13:34:28 +07:00
Konstantin Oblaukhov
a6a380af6a
Fix odd build error caused by header include order.
2020-01-12 13:33:24 +07:00
Fabien Poussin
f010ff0eca
Fixed delay in sdram driver ( #210 )
2020-01-09 11:21:36 +01:00
Fabien Poussin
a396b22d9a
Merge pull request #209 from ObKo/master
...
Update NRF52832 device headers to latest version from NRF5 SDK
2020-01-06 12:12:40 +01:00
Konstantin Oblaukhov
4ae5c7a14f
Merge branch 'master' of https://github.com/ObKo/ChibiOS-Contrib
2020-01-05 12:15:55 +07:00
Konstantin Oblaukhov
f53e426780
Update NRF52832 device headers to latest version from NRF5 SDK.
2020-01-05 12:11:10 +07:00
Fabien Poussin
e3a3a24047
Adding RNG device to mx2conf
2019-11-07 10:48:52 +01:00
Fabien Poussin
d1aad88536
Merge pull request #205 from ChibiOS/fsmc
...
FSMC drivers update
2019-11-04 10:49:50 +01:00
Fabien Poussin
462e4e00f6
Merge pull request #206 from WowSuchName/stm32f411-disco
...
+ Added board files and example for STM32F411-Discovery board
2019-11-03 23:53:29 +01:00
Tim Rheinfels
0f1acdca33
+ Added board files and example for STM32F411-Discovery board
2019-11-03 10:17:02 +01:00
Fabien Poussin
c65efdcfa1
Fixed unwanted rename
2019-10-31 14:45:33 +01:00
Fabien Poussin
cf7e66ddae
Updating halconf_community.h for demos/testhal
2019-10-30 13:35:59 +01:00
Fabien Poussin
f6b1a12ecf
Fixed DMA2D example
2019-10-30 13:19:08 +01:00
Fabien Poussin
b15b68c1c4
Fixed default hal defines
2019-10-30 13:12:29 +01:00
Fabien Poussin
05913b8055
Cleaning FSMC code
2019-10-30 13:03:32 +01:00
Fabien Poussin
915b474b02
Re-organised FSMC drivers
2019-10-30 12:52:31 +01:00
Fabien Poussin
13ebce61e2
Moved SDRAM defines out of example
2019-10-30 10:53:30 +01:00
Fabien Poussin
90f32c3546
Updating FSMC driver (SRAM part)
2019-10-29 20:16:08 +01:00
Fabien Poussin
97b7064031
Updating FSMC driver (SDRAM part first)
2019-10-29 19:38:09 +01:00
Fabien Poussin
63bc192217
Merge pull request #204 from ChibiOS/comp-l0
...
Comp driver update for F0 and L0
2019-10-29 13:46:56 +01:00
Fabien Poussin
9b38f5482d
Updated COMP7 IRQ handler
2019-10-29 13:45:58 +01:00
Fabien Poussin
fd301039f9
Added STM32F0 support for comp driver
2019-10-29 13:32:33 +01:00
Fabien Poussin
03043aa8fa
Updated Comp driver for STM32L0
2019-10-29 13:02:35 +01:00
Fabien Poussin
1c59f6aff7
Merge pull request #203 from WowSuchName/black_magic
...
+ Added make targets for flashing and debugging via Black Magic and gdb
2019-10-27 10:46:55 +01:00
Tim Rheinfels
d2fa4a4795
+ Added make targets for flashing and debugging via Black Magic and gdb
2019-10-27 08:01:56 +01:00
Fabien Poussin
dc72ea6033
Merge pull request #201 from romainreignier/fix-pid-demo
...
FIX PID demo after ChibiOS ADC callback rework
2019-10-21 22:15:57 +02:00
Romain Reignier
b73ec1f107
FIX PID demo after ChibiOS ADC callback rework
...
f20ecc7817 (diff-e42edbbb9a343d9d1b70e68f524cbc22)
2019-10-21 20:14:23 +02:00