-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Avoid explicity CPU frequencies where slow/normal/fast is sufficient * Update pico SDK to latest develop (1.3.1) Considered 1.3.0 but there are bugfixes * Implement Rp2040 SPIClass Supports minimum 4 bit transfers so update tests accordingly. * Get samples building for RP2040 Use spiffs-2m or less if possible Fix library samples to build for rp2040, add to CI NB. Basic_WebSkeletonApp needs wifi_set_sleep_type. Basic_Tasks needs AnalogRead * Request 24MHz for ILI9341 Will get 20MHz on ESP and 24MHz on RP2040 * Update Rp2040 README * Implement Host SPI using RP2040 code
- Loading branch information
Showing
73 changed files
with
816 additions
and
469 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 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 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
Submodule Graphics
updated
31 files
Submodule LittleFS
updated
2 files
+1 −3 | samples/Inspect/fsimage.fwfs | |
+8 −10 | samples/Inspect/lfsinspect.hw |
2 changes: 1 addition & 1 deletion
2
Sming/Libraries/MultipartParser/samples/Conditional_Upload/component.mk
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
HWCONFIG := spiffs | ||
HWCONFIG := spiffs-2m | ||
SPIFF_FILES = web/ | ||
ARDUINO_LIBRARIES := MultipartParser | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
## User configurable settings | ||
COMPONENT_SOC = esp* host | ||
|
||
## [Application id and version] ## | ||
# Application id | ||
|
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
Oops, something went wrong.