forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix esp newlib rom locks #1
Open
f-hoepfinger-hr-agrartechnik
wants to merge
3,067
commits into
HR_5.0_ram
Choose a base branch
from
fix_esp_newlib_rom_locks
base: HR_5.0_ram
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fix esp newlib rom locks #1
f-hoepfinger-hr-agrartechnik
wants to merge
3,067
commits into
HR_5.0_ram
from
fix_esp_newlib_rom_locks
Conversation
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
test: add build ssc job for esp32c6 See merge request espressif/esp-idf!21942
esp_wifi: remove sha384 hash for cert size > 2k Closes WIFI-5208 See merge request espressif/esp-idf!21840
- The newer alternative does not require HMAC context for its operation
- AES context has a breaking change, rather than storing round keys directly, it stores the offset at which the keys are present in the context buffer
soc: fix SOC_DMA_LOW and SOC_BYTE_ACCESSIBLE_LOW for esp32c3, esp32c2, esp32h4 See merge request espressif/esp-idf!21883
tools: gdb_panic_server: add esp32h2 See merge request espressif/esp-idf!21901
… 'master' espcoredump: fix incorrectly defined coredump chip version See merge request espressif/esp-idf!21959
Closes espressif#10226 - Drop the atomic usage - Return the xSemaphoreTake for ask back - Refactoring
Reference code fixed. (GitHub PR) Closes IDFGH-9066 See merge request espressif/esp-idf!21961
…les and start-project
Fix ble disconnect due to channel map update instant passed Closes BT-3085 See merge request espressif/esp-idf!21889
Bluedroid: fixed GATT multi notify and robust caching Closes BT-3142 See merge request espressif/esp-idf!21871
ieee802154: add multipan api See merge request espressif/esp-idf!21600
efuse: fix esp_efuse_utility_write_reg() declaration See merge request espressif/esp-idf!20490
Docs/update cn trans for memory-types and tips-and-quirks Closes DOC-4267 See merge request espressif/esp-idf!21827
Fix SAE open auth and PMK issues Closes WIFI-5059 See merge request espressif/esp-idf!21910
BOD: Bringup for ESP32C6 Closes IDF-5345 See merge request espressif/esp-idf!21888
This commit migrates the esp_pm unit tests from the legacy unit test to a stand alone test app. The following CI configurations are provided - Default: Automatic light sleep with mostly default configurations - Options: Enables all of the optional esp_pm features - Limits: Limit tests esp_pm
For efuse example test, we set CONFIG_SECURE_ENABLE_SECURE_ROM_DL_MODE=y by default because in the python test we expect secure boot is in RELEASE mode
…ode API When FE and SB keys are set then: - 128 low bits are read protected - 128 hi bits are readable
examples(efuse): Enable all tests on CI See merge request espressif/esp-idf!22118
mbedtls: fix null pointer dereference of variable iv_off See merge request espressif/esp-idf!22122
Check that when trying to allocate in IRAM with the system memory protection enabled, null pointer is returned, or that an address in IRAM is returned if the memory protection is disabled.
wpa_supplicant: Update WPS API documentation Closes IDFGH-8996 See merge request espressif/esp-idf!21714
- http_server/simple: Decoding received query - esp_http_client: Sending encoded query
heap: replace usage of bzero() with memset() across the component Closes IDFGH-3073 See merge request espressif/esp-idf!22125
cxx: removed cxx experimental components See merge request espressif/esp-idf!20411
…ster' USB Host: Add maintainer's notes (Design and Architecture) See merge request espressif/esp-idf!21728
heap: Fix allocation issue when trying to allocate in IRAM on esp32c6 Closes IDF-6306 See merge request espressif/esp-idf!22077
server and client together.
example/protocols: Added URI encoding/decoding feature Closes IDFGH-9057 and IDFGH-9170 See merge request espressif/esp-idf!22031
tools: allow to interrupt port detection Closes IDF-6656 See merge request espressif/esp-idf!22062
tools: add esp32c6, esp32h2 to roms.json Closes IDF-6734 See merge request espressif/esp-idf!22111
Signed-off-by: Laukik Hase <[email protected]>
[Peripheral Drivers/USB Host] HID Host example update Closes IDF-6649 Closes IDF-6650 See merge request espressif/esp-idf!22052
esp-lwip: Added API to return default esp-netif. See merge request espressif/esp-idf!22124
Stop WiFi provisioning in the esp_event thread instead of creating new thread (GitHub PR) Closes IDFGH-8966 See merge request espressif/esp-idf!22104
esp-lwip: Restrict configuring DHCP server and client together See merge request espressif/esp-idf!22137
examples: modbus add esp32c2 esp32c6 targets See merge request espressif/esp-idf!22017
app_trace: sys_view: upgrade to version 3.42 Closes IDF-4646 See merge request espressif/esp-idf!21306
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.