Go to file
Tim Rheinfels 08ee575273 STM32F411-DISCO board: fix pin assignments
There were two problems with the previous pin assignments:

1. Due to a copy-and-past error, the pins 13 and 14 were mapped as AF for all ports instead of GPIOA (for SWD) only.

2. All free pins were assigned as analog inputs. This limits the maximum input voltage to +4V (see STM32F411xE datasheet, Table 11), making otherwise 5V-tolerant pins prone to latch-up.
2022-05-10 12:32:37 +02:00
.github/workflows Added CI test 2022-04-18 10:16:45 +08:00
demos Updated for better compatibility. 2022-04-14 11:19:43 +08:00
ext MIMXRT1062/LLD/USBHSv1: implement hal_usb_lld for MIMXRT1062 2021-03-31 14:04:12 +02:00
os STM32F411-DISCO board: fix pin assignments 2022-05-10 12:32:37 +02:00
testhal Added CI test 2022-04-18 10:16:45 +08:00
tools Reversed extra chibios build files for pico, now all MCUs are using master branch of Chibios 2022-01-01 17:21:00 +11:00
.gitignore Updated .gitignore 2014-10-18 17:21:23 +03:00
.gitmodules add ext/mcux-sdk submodule 2021-03-31 13:58:57 +02:00
AUTHORS.txt Add myself to copyright notes :-) 2021-04-06 13:38:23 +02:00
README.md Update README.md 2021-02-14 16:34:17 +01:00
lgtm.yml Fix additional error in the lgtm.yml in relation to extraction. Removed VSC files 2022-01-02 13:09:02 +11:00

README.md

ChibiOS-Contrib

test build Join the chat at https://gitter.im/ChibiOS/contrib

Code under this directory is not part of the core ChibiOS project and the copyright is retained by the original authors. See copyright notes in file headers.

Code is maintained via Github: https://github.com/ChibiOS/ChibiOS-Contrib
Feel free to open pull request there.

Using

Default makefiles assume this repo will be cloned in the same folder as ChibiOS.
If you use another location, you will have to edit the Makefile, or specify an alternate location to make, ie:

cd ChibiOS-Contrib/testhal/STM32/STM32F3xx/TIMCAP
make CHIBIOS=~/src/ChibiOS

A good way to use it is to clone it as a submodule inside your project:

git submodule add https://github.com/ChibiOS/ChibiOS.git
git submodule add https://github.com/ChibiOS/ChibiOS-Contrib.git

Contributing

When you submit a pull request, make sure all modified platform tests compile using the tools/build.sh script.
There is an automated check that will report errors if it doesn't.
Feel free to update authors.txt with your name.

https://help.github.com/
http://git-scm.com/
http://chibios.org/dokuwiki/doku.php?id=chibios:guides:style_guide
http://www.chibios.com/forum/