-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ChibiOS-Contrib: pull latest changes from upstream #13
Conversation
Update NRF52832 device headers to latest version from NRF5 SDK
Driver for new ADC peripheral (called SAADC) in NRF52 devices.
add STM32F4 USB_MSD test
Fixes for 20.3.x
add support for STM32H7
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`.
Fix up SD1 initialization for KL2x
MK66F18.h: fix typo: UARTTypeDef → UART_TypeDef
Getting the mcuconf and Makefile changes right is non-trivial for a beginner, so this will be helpful for others who want to get started with ChibiOS on a Teensy 3.6.
Port demo to Teensy 3.6
Added sync & callback interface to KINETIS/GPIOv1.
The travis failure seems to be because tools/travis/script.sh references So, that failure is not related to whether this pull request works with QMK or not. |
This will not be merged in its current form. |
Alright, I’ll close this PR then and just wait for your changes to land. |
This is a prerequisite for the next QMK Pull Request I’m working on, which adds support for the kinesis
kint36
controller based on the Teensy 3.6