Skip to content

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 281 commits into from
Jan 20, 2021
Merged

Merge latest changes #8

merged 281 commits into from
Jan 20, 2021

Conversation

ecasadod
Copy link
Member

No description provided.

ha-rvc and others added 30 commits December 10, 2020 10:59
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.
Restore frozen adafruit_bus_device module
dhalbert and others added 29 commits January 14, 2021 15:54
MagTag: Add pin A1 as alias for AD1; A1 is preferred
don't check length for remote characteristic or descriptor
ports/unix: Fix parallel build problem
Set the date (year) of the copyright notice to be the current year at
the time the documentation is generated.
…-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"
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
@ecasadod ecasadod merged commit 984f1a1 into BHDynamics:master Jan 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.