-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support to High Density F103 devices such as STM32F103RCT6
High density F103 devices have a 2kB page size, while LOW and MEDIUM F103 devices have a 1kB page size.
- Loading branch information
Showing
6 changed files
with
47 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
make generic-pc13 PAGE_SIZE=2048 | ||
make generic-pd2 PAGE_SIZE=2048 | ||
make generic-pd1 PAGE_SIZE=2048 | ||
make generic-pa1 PAGE_SIZE=2048 | ||
make generic-pb9 PAGE_SIZE=2048 | ||
make generic-pe2 PAGE_SIZE=2048 | ||
make generic-pa9 PAGE_SIZE=2048 | ||
make generic-pe5 PAGE_SIZE=2048 | ||
make generic-pb7 PAGE_SIZE=2048 | ||
make generic-pb0 PAGE_SIZE=2048 | ||
make generic-pb12 PAGE_SIZE=2048 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters