Skip to content

Commit

Permalink
deprecate "adding new platform"
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Dec 30, 2023
1 parent cea5e5b commit b212724
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/adding_new_custom_platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Adding a new custom platform is easy:

## 1. Custom platform file

Use the existing platform as an exmaple:
Use the existing platform as an example:

* [src/main/uni_platform_custom_1.c]

Expand Down
8 changes: 7 additions & 1 deletion docs/adding_new_platform.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Adding a new platform

## DEPRECATED in v4.0

Read [Adding new Custom Platform][adding_new_custom_platform] instead.

[adding_new_custom_platform]: adding_new_custom_platform.md

Adding a new platform is easy:

1. Create your `src/components/bluepad32/uni_platform_yourplatform.c` file
Expand All @@ -9,7 +15,7 @@ Adding a new platform is easy:

## 1. Platform file

Use the existing platform as an exmaple:
Use the existing platform as an example:

* [uni_platform_nina.c]

Expand Down

0 comments on commit b212724

Please sign in to comment.