forked from adafruit/circuitpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Merge latest changes #8
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
Merged
Merged
Conversation
This file contains hidden or 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
UPdate from adafruit main
(note that the before and after files both lack trailing newlines; this is how the esp-idf do) OPTIMIZATION_DEFAULT is -Og, which enables optimizations that do not interfere with the debugger: ``` elseif(CONFIG_COMPILER_OPTIMIZATION_DEFAULT) list(APPEND compile_options "-Og") ```
this is an exception class for "generic" IDF errors that don't have their own exception type.
By surrounding most ESP-IDF API calls with this new macro, their failure will result in a CircuitPython exception.
This reverts commit 23ed3ef.
Fix minor typo in ESP32-S2 README
Restore frozen adafruit_bus_device module
MagTag: Add pin A1 as alias for AD1; A1 is preferred
don't check length for remote characteristic or descriptor
update uzlib to v2.9.5
ports/unix: Fix parallel build problem
Revision to TG-Watch
Set the date (year) of the copyright notice to be the current year at the time the documentation is generated.
ulab: update to 1.7.1
…-date Update documentation copyright date (Closes #4000)
wifi: more disconnect reasons for retries & include error code in exception
Revert "UMFEATHERS2 - implement use of DotStar for status led"
…11ce blackpill board
…11ce blackpill board
ESP32-S2: Initialize touch in proper order
Change name from _haxpress to _with_flash Co-authored-by: Dan Halbert <[email protected]>
Change name from _haxpress to _with_flash Co-authored-by: Dan Halbert <[email protected]>
Change name from _haxpress to _with_flash Co-authored-by: Dan Halbert <[email protected]>
Update PID for _with_flash version to resolve duplicate PID issue Co-authored-by: Dan Halbert <[email protected]>
…with_flash' 2. Add 'W25Q64JV_IQ' to flash chip list (as per commercial version)
Add support for a 'haxpress' external SPI flash build for stm32f411ce Black Pill board
msgpack updates: handle exttype & chunk long reads
Fixed comment in mpconfigboard.h
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.