Skip to content

Commit

Permalink
submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekr1234 committed Feb 13, 2021
1 parent 6af32b6 commit d7d2185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freertos
Submodule freertos updated 44 files
+20 −0 .github/ISSUE_TEMPLATE/feature_request.md
+6 −2 .github/actions/url_verifier.sh
+2 −0 .github/lexicon.txt
+95 −0 .github/scripts/kernel_checker.py
+54 −0 .github/workflows/auto-release.yml
+1 −1 .github/workflows/ci.yml
+7 −6 .github/workflows/kernel-checks.yml
+11 −11 include/FreeRTOS.h
+4 −4 include/message_buffer.h
+27 −27 include/task.h
+5 −5 portable/ThirdParty/GCC/ARM_CM33_TFM/README.md
+1 −1 portable/ThirdParty/GCC/Posix/port.c
+560 −502 portable/ThirdParty/GCC/Xtensa_ESP32/include/portmacro.h
+88 −0 portable/ThirdParty/GCC/Xtensa_ESP32/include/xt_asm_utils.h
+390 −378 portable/ThirdParty/GCC/Xtensa_ESP32/include/xtensa_context.h
+528 −517 portable/ThirdParty/GCC/Xtensa_ESP32/port.c
+684 −677 portable/ThirdParty/GCC/Xtensa_ESP32/portasm.S
+117 −113 portable/ThirdParty/GCC/Xtensa_ESP32/portmux_impl.h
+212 −200 portable/ThirdParty/GCC/Xtensa_ESP32/portmux_impl.inc.h
+703 −648 portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_context.S
+63 −58 portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_init.c
+183 −178 portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_intr.c
+169 −164 portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_vector_defaults.S
+2,057 −2,027 portable/ThirdParty/GCC/Xtensa_ESP32/xtensa_vectors.S
+0 −27 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/FreeRTOS-openocd.c
+0 −46 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/include/portbenchmark.h
+0 −489 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/include/portmacro.h
+0 −132 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/include/xtensa_api.h
+0 −145 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/include/xtensa_config.h
+0 −378 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/include/xtensa_context.h
+0 −231 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/include/xtensa_rtos.h
+0 −158 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/include/xtensa_timer.h
+0 −484 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/port.c
+0 −653 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/portasm.S
+0 −113 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/portmux_impl.h
+0 −200 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/portmux_impl.inc.h
+0 −648 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_context.S
+0 −54 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_init.c
+0 −174 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_intr.c
+0 −225 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_intr_asm.S
+0 −559 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_loadstore_handler.S
+0 −67 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_overlay_os_hook.c
+0 −164 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_vector_defaults.S
+0 −1,919 portable/ThirdParty/GCC/Xtensa_ESP32_IDF3/xtensa_vectors.S

0 comments on commit d7d2185

Please sign in to comment.