-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revise CHANGELOG etc for Release 0.9.5
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 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
Submodule pico_flash_param
updated
14 files
+5 −0 | CHANGELOG.md | |
+6 −4 | FlashParam.h | |
+46 −8 | README.md | |
+4 −2 | UserFlash.cpp | |
+6 −6 | UserFlash.h | |
+28 −0 | samples/addr_gap_test/CMakeLists.txt | |
+51 −0 | samples/addr_gap_test/ConfigParam.h | |
+12 −0 | samples/addr_gap_test/README.md | |
+69 −0 | samples/addr_gap_test/main.cpp | |
+29 −0 | samples/multicore_test/CMakeLists.txt | |
+50 −0 | samples/multicore_test/ConfigParam.h | |
+12 −0 | samples/multicore_test/README.md | |
+86 −0 | samples/multicore_test/main.cpp | |
+1 −0 | samples/wifi_ssid_password/README.md |
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