]> begriffs open source - freertos/commit
Updated ESP32 port-layer to ESP-IDF `v4.4.2` (#572)
authorLaukik Hase <laukik.hase@espressif.com>
Tue, 11 Oct 2022 21:27:32 +0000 (02:57 +0530)
committerGitHub <noreply@github.com>
Tue, 11 Oct 2022 21:27:32 +0000 (14:27 -0700)
commit963abe6c4833e7c969279b537c103d7a0bdd5116
treef32c2dc1a33580e0e0bfb7872899caaa612e262c
parent195a351ec797ba434c0e00fbba1d1f6adb74e279
Updated ESP32 port-layer to ESP-IDF `v4.4.2` (#572)

* Xtensa_ESP32: Added esp-idf v4.4.2 specific changes

* Xtensa_ESP32: Updated SPDX license identifiers
15 files changed:
portable/ThirdParty/GCC/Xtensa_ESP32/include/FreeRTOSConfig_arch.h [new file with mode: 0644]
portable/ThirdParty/GCC/Xtensa_ESP32/include/port_systick.h [new file with mode: 0644]
portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_api.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_context.h
portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_rtos.h
portable/ThirdParty/GCC/Xtensa_ESP32/port.c
portable/ThirdParty/GCC/Xtensa_ESP32/port_common.c [new file with mode: 0644]
portable/ThirdParty/GCC/Xtensa_ESP32/port_systick.c [new file with mode: 0644]
portable/ThirdParty/GCC/Xtensa_ESP32/portasm.S
portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_init.c
portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_intr.c [deleted file]
portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_intr_asm.S [deleted file]
portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_vector_defaults.S
portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_vectors.S