esp-idf/components/freertos/port/xtensa
Jakob Hasse f6031d469b [cxx]: No ##__VA_ARGS__ in public header files
* ##__VA_ARGS__ is replaced by __VA_OPT__(,)
  and __VA_ARGS if C++20 is used.
* Affected header files are: esp_log.h,
  portmacro.h and esp_check.h

* Closes https://github.com/espressif/esp-idf/pull/6692
2021-07-15 17:05:57 +08:00
..
include/freertos [cxx]: No ##__VA_ARGS__ in public header files 2021-07-15 17:05:57 +08:00
port.c freertos: fix TLS run-time address calculation 2021-04-21 13:45:21 +02:00
portasm.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
readme_xtensa.txt freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xt_asm_utils.h freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_context.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_init.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_loadstore_handler.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_overlay_os_hook.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_vector_defaults.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
xtensa_vectors.S freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00