esp-idf/docs/en/api-guides
Felipe Neves a3c90bf59a freertos: merged freertos 10 kernel files into IDF
freertos/port: update the port files and split into xtensa and riscv ports

freertos: separated cpu files from rest of the kernel sources

freertos/port_xtensa: separated private include files into a folder

freertos/tasks: added task create pinned to core function do not break current IDF API

freertos/tasks: mimiced task create pinned function into tasks.c to do not break the IDF API.

freertos: freertos component now compiling

freertos: freertos component now building

freertos: moved critical sections outside from FR kernel section to portable section

portmacro_xtensa: add void indentifier on functions that take no arguments

freertos: fix critical sections implementation to match with their function prototype

freertos: add cmake changes of freertos into make

freertos: remove portDONT_DISCARD attribute from switch context function, it was breaking the docs building.

freertos: fix conflicitng types of vApplicationSleep function

license: update the license of freertos

freertos: Doxygen comments refactored to render them correctly on docs

freertos: added new functions of freertos into the documentation

freertos: added message buffers and stream buffers to documentation

sysview: update freertos system view to the compatible with version 10

freertos: fixed event group  documentation rendering

freertos:  update static task structure to match the actual tcb size

freertos: removed backported test functions

freertos/smp: brought SMP code to  FreeRTOS 10 port

freertos/portmacro: added missing crosscore interrupt for yielding tasks

freertos: replaced soft-critical sections with hard-critical sections used by SMP

freertos: placed muxes inside of kernel objects

freertos: replaced original FR critical sections with SMP enabled spinlocks critical sections

freertos: moved xtensa port files to a separated folder

freertos: added multiple instance of global variables required to SMP

freertos: added SMP modifications on specific tasks module functions

freertos: added TLS deletion function to task module

freertos/tls: initialize TLS deletion callback to avoid crashing when calling task delete

freertos: modified vTaskDelete to do not erase current task that runs on other core

freertos: reverted taskhandle and timerhandle as void* type

freertos: fixed de-referencing void pointer to get run time counter

freertos: fix system view trace enter macro arguments

freertos: Replaced soft critical sections with spinlocks on event_groups

freertos: fixed tick function to avoid calling tick hooks twice

freertos: Nofity give checking per CPU if schedule is suspended

freertos: added mpu release on TCB deletion

freertos: Added SMP changes when deleting a TCB on idle task

freertos/license: update freertos license in COPYRIGHT.rst

freertos: unicore configurations can use task create pinned to core, it will be always pinned to core 0

freertos/portmacro: added cpu_hal_get_core_id() function instead of inline assembly

freertos/xtensa:  update xtensa specific files used in master branch

newlib/locks: revert the preemption checking in lock acquisition and release

ref_clock: fix initial state of ref_clock interrupt handler

freertos: added missing critical sections and yielding checkings

freertos: remove magic numbers in vTaskDelete

freertos: added missing critical section in prvIsQueueEmpty
2020-10-13 23:52:03 +00:00
..
esp-ble-mesh Test: merge ble mesh node and provioner in console 2020-08-21 11:01:37 +08:00
inc docs: mention ESP32 ECO3 in relation to PSRAM cache workarounds 2020-05-18 13:45:17 +02:00
jtag-debugging docs: translate idf.py debug target 2020-07-24 15:59:11 +02:00
tools Merge branch 'docs/fix_formatting_issues_in_idf_monitor' into 'master' 2020-09-24 15:30:33 +08:00
app_trace.rst app_trace: Add coverage generation by gcovr 2020-03-30 13:34:06 +02:00
blufi.rst doc: Update English pages with generic target name 2020-02-07 16:37:43 +11:00
bootloader.rst feat/secure_boot_v2: Adding docs for secure boot v2 ESP32-ECO3 2020-02-25 01:28:22 +05:30
build-system-legacy.rst doc: Update English pages with generic target name 2020-02-07 16:37:43 +11:00
build-system.rst docs: add description of python-clean command 2020-09-24 21:06:09 +02:00
core_dump_internals.rst espcoredump: apply temporary documentation changes in core_dump.rst file 2020-05-28 02:25:46 +08:00
core_dump.rst Coredump config option rename throughout IDF 2020-09-30 20:22:27 +05:30
deep-sleep-stub.rst esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
dfu.rst Add ability to select a device for DFU flashing 2020-05-28 09:31:35 +02:00
error-handling.rst docs: Fix broken URLs & permanent redirects 2020-03-23 18:11:23 +11:00
event-handling.rst Add AG component API_REFERENCE 2019-11-27 13:35:35 +00:00
external-ram.rst docs: mention ESP32 ECO3 in relation to PSRAM cache workarounds 2020-05-18 13:45:17 +02:00
fatal-errors.rst esp_common: allow placing panic handler into IRAM on ESP32-S2 2020-07-22 21:57:58 +02:00
freertos-smp.rst freertos: merged freertos 10 kernel files into IDF 2020-10-13 23:52:03 +00:00
general-notes.rst doc: Update English pages with generic target name 2020-02-07 16:37:43 +11:00
hardware-abstraction.rst hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
hlinterrupts.rst Update high level interrupt command DOC-280 2020-07-22 04:32:29 +08:00
index.rst Docs: Secure boot v2 support for ESP32-S2 2020-07-27 00:01:10 +00:00
linker-script-generation.rst tools: Use kconfiglib from package 2020-09-22 11:29:30 +02:00
lwip.rst docs: Fix broken or incorrect link roles to IDF files & directories 2020-02-18 10:34:11 +11:00
mesh.rst Add translation for mesh document under api guide 2020-03-17 01:02:36 +08:00
partition-tables.rst partition_table: Extend the get_partition_info command 2020-10-05 17:56:43 +08:00
RF_calibration.rst docs: Fix broken or incorrect link roles to IDF files & directories 2020-02-18 10:34:11 +11:00
romconsole.rst doc: Update English pages with generic target name 2020-02-07 16:37:43 +11:00
SYSVIEW_FreeRTOS.txt Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
thread-local-storage.rst Implemented review comments to zh_CN version of eclipse setup and PICO-KIT get started guides. Resolved issues after rebasing on master of several commits. 2018-03-13 22:31:54 +01:00
ulp_instruction_set.rst Correct ULP REG_WR and REG_RD instruction for ESP32 and ESP32-S2. 2020-03-02 04:18:44 +08:00
ulp_macros.rst Moved files into separate folders per 'en' and 'zh_CN' language version and linked 'zh_CN' files back to 'en' files if translation is not yet available 2018-03-13 21:57:08 +01:00
ulp-legacy.rst add updates to some files in api guides 2019-12-05 15:12:12 +08:00
ulp-risc-v.rst docs: translate api-guides/ulp-risc-v from EN to CN 2020-08-13 19:44:46 +08:00
ulp.rst ulp: use quotes when specifying files for embedding ulp binaries 2020-02-18 00:12:56 +00:00
ulps2_instruction_set.rst Correct ULP REG_WR and REG_RD instruction for ESP32 and ESP32-S2. 2020-03-02 04:18:44 +08:00
unit-tests-legacy.rst add updates to some files in api guides 2019-12-05 15:12:12 +08:00
unit-tests.rst docs: Fix snippet with example cmake build command to create mocks 2020-09-12 01:46:32 +08:00
usb-console.rst esp_rom: extract common ets apis into esp_rom_sys.h 2020-07-27 15:27:01 +08:00
wifi.rst docs:Fix some wifi docs bug 2020-09-24 14:34:36 +00:00
wireshark-user-guide.rst Added wireshark instruction to provide a common workflow for users submitting diagnostic data for Wi-Fi troubleshooting 2018-11-16 14:44:58 +08:00