Skip to content
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

Enable all valid (and only valid) alternate functions for GPIO pins #21

Merged
merged 38 commits into from
Nov 14, 2019
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
684e7bd
Generate AF4-AF7 and AF14 functions for pins via macro rather than in…
IamfromSpace Oct 15, 2019
60c19ff
Allow all alternate functions for each relevant device for pin A0.
IamfromSpace Oct 17, 2019
ae1137c
Allow a shorthand for Alternate Functions that are common across all …
IamfromSpace Oct 17, 2019
104b9c3
Allow all alternate functions for each relevant device for pin A1.
IamfromSpace Oct 27, 2019
f8e21cc
Allow all alternate functions for each relevant device for pin A2.
IamfromSpace Oct 27, 2019
ddf0630
Allow all alternate functions for each relevant device for pin A3.
IamfromSpace Oct 27, 2019
ed34910
Move the AF4,5,6,7,14 macro for all pins into the all-device list.
IamfromSpace Oct 27, 2019
afce32d
Allow all alternate functions for each relevant device for remaining …
IamfromSpace Oct 29, 2019
bd70358
Allow all alternate functions for stm32f373 gpio port B.
IamfromSpace Oct 29, 2019
9cefa1c
Allow all alternate functions for all remaining devices for gpio port B.
IamfromSpace Oct 29, 2019
584ef91
Add missing import for AF13.
IamfromSpace Oct 29, 2019
669e6b1
Whitespace for Port A.
IamfromSpace Oct 30, 2019
18f89ae
Fix incorrect AF9 in PA4 for 301 and 318.
IamfromSpace Oct 30, 2019
f79f5e1
Allow alternate functions for some boards for Port C.
IamfromSpace Oct 30, 2019
0178704
Allow alternate functions for remaining devices for Port C.
IamfromSpace Oct 30, 2019
3273625
Allow alternate functions for stm32f301 for port D.
IamfromSpace Oct 30, 2019
db2e3b8
Allow alternate functions for stm32f334 for port D.
IamfromSpace Oct 30, 2019
a402057
Allow alternate functions for remaining devices for Port D.
IamfromSpace Oct 30, 2019
1d41d65
Allow alternate functions for stm32f302 and stm32f303 for port E.
IamfromSpace Oct 30, 2019
a1babd1
Allow alternate functions for stm32f318, stm32f328, stm32f358, stm32f…
IamfromSpace Oct 30, 2019
cd7e3d2
Allow alternate functions for stm32f301 for port F.
IamfromSpace Oct 30, 2019
169ffe2
Allow alternate functions for stm32f302 for port F.
IamfromSpace Oct 30, 2019
6daa436
Allow alternate functions for stm32f334 for port F.
IamfromSpace Oct 30, 2019
8abae5e
Allow alternate functions for stm32f303 for port F.
IamfromSpace Oct 30, 2019
0827726
Allow alternate functions for stm32f373 for port F.
IamfromSpace Oct 30, 2019
4f621bd
Allow alternate functions for remaining devices for port F.
IamfromSpace Oct 30, 2019
96ebcf3
Don't allow any alternate functions for port G for stm32f303.
IamfromSpace Oct 30, 2019
3111350
Don't allow any alternate functions for port h for stm32f303.
IamfromSpace Oct 30, 2019
d7e5b5e
Remove macro elements that do not render in doc-comment.
IamfromSpace Oct 30, 2019
fed5d0a
Corrections for Port A alternate functions for stm32f301 and stm32f302.
IamfromSpace Nov 3, 2019
a4550fb
Corrections for Port C alternate functions for stm32f358.
IamfromSpace Nov 3, 2019
6c8361b
Corrections for Port C alternate functions for stm32f301 and stm32f302.
IamfromSpace Nov 3, 2019
4515400
Corrections for Port D alternate functions for stm32f301, stm32f302, …
IamfromSpace Nov 3, 2019
b441da8
Corrections for Port E alternate functions for stm32f301 and stm32f302.
IamfromSpace Nov 3, 2019
92265a7
Corrections for Port E alternate functions for stm32f358.
IamfromSpace Nov 3, 2019
5a85a00
Corrections for Port F alternate functions for stm32f302.
IamfromSpace Nov 3, 2019
ce77d8a
Corrections for Port F alternate functions for stm32f303.
IamfromSpace Nov 3, 2019
bb40b02
Corrections for Port F alternate functions for stm32f358 and stm32f398.
IamfromSpace Nov 3, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading