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

[board] Update information about board revisions of F469NI Disco.Kits #862

Merged
merged 1 commit into from
May 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion src/modm/board/disco_f469ni/module.lb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def init(module):
module.name = ":board:disco-f469ni"
module.description = FileReader("module.md")
# Revisions = [b-03, b-01]
# Revisions = [b-03, b-02, b-01]

def prepare(module, options):
if not options[":target"].partname.startswith("stm32f469nih"):
Expand Down
2 changes: 1 addition & 1 deletion src/modm/board/disco_f469ni/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Call `Board::initializeTouchscreen()` to setup the peripherals.

## Hardware Revisions

The revision B-03 has a different touch sensor address from B-01, which is
The revision B-03 has a different touch sensor address from B-01 and B-02, which is
provided as `Board::ft6::TouchAddress`:

```cpp
Expand Down