-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Reintroduce Espressif's IDF v4.2 changes to ESP32 port #193
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
lundinc2
merged 2 commits into
FreeRTOS:master
from
lundinc2:reintroduce-esp-idf-changes
Oct 8, 2020
Merged
Reintroduce Espressif's IDF v4.2 changes to ESP32 port #193
lundinc2
merged 2 commits into
FreeRTOS:master
from
lundinc2:reintroduce-esp-idf-changes
Oct 8, 2020
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
cobusve
previously approved these changes
Oct 2, 2020
cobusve
reviewed
Oct 4, 2020
cobusve
approved these changes
Oct 4, 2020
cobusve
requested changes
Oct 5, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check with me before merging this one
e0fa688
to
a07ff55
Compare
1898c67
to
a898b51
Compare
/cbmc run checks |
Add changes required to support ESP32-S2
a898b51
to
ab23698
Compare
cobusve
approved these changes
Oct 8, 2020
shubhamkulkarni97
added a commit
to shubhamkulkarni97/FreeRTOS-Kernel
that referenced
this pull request
Nov 24, 2020
shubhamkulkarni97
added a commit
to shubhamkulkarni97/FreeRTOS-Kernel
that referenced
this pull request
Nov 25, 2020
shubhamkulkarni97
added a commit
to shubhamkulkarni97/FreeRTOS-Kernel
that referenced
this pull request
Dec 11, 2020
shubhamkulkarni97
added a commit
to shubhamkulkarni97/FreeRTOS-Kernel
that referenced
this pull request
Dec 14, 2020
dachalco
pushed a commit
to shubhamkulkarni97/FreeRTOS-Kernel
that referenced
this pull request
Dec 22, 2020
mingyue86010
pushed a commit
that referenced
this pull request
Dec 22, 2020
…ck (#231) * Revert "Reintroduce Espressif's IDF v4.2 changes to ESP32 port (#193)" This reverts commit 3d4d171. * Update ESP32 port files to work with ESP-IDF v4.2 as well as ESP-IDF v3.3 Add changes required to support ESP32-S2 * portmacro.h: Change return type of vApplicationSleep to void This fixes build failure when automatic light sleep is enabled * prevent header checks for files with different licensing Co-authored-by: David Chalco <[email protected]>
laroche
pushed a commit
to laroche/FreeRTOS-Kernel
that referenced
this pull request
Apr 18, 2024
…reeRTOS#193) This change updates the IAR project for Nucleo H743ZI2 to use the cacheable DTC RAM and enables L1 cache. In order to ensure the correct functioning of cache, the project sets configTEX_S_C_B_SRAM in FreeRTOSConfig.h to not mark the RAM as shareable. Signed-off-by: Gaurav Aggarwal <[email protected]>
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.
Reintroduce Espressif's IDF v4.2 changes to ESP32 port #92
Description
With v4.2 of Espressif's IDF we can go ahead and re-merge their updated port.
Test Steps
Compile and run the new port on ESP32 and ESP32s2 with IDF v4.2.
Related Issue
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.