Skip to content

Commit

Permalink
freertos: Rename SMP changes document to ESP-IDF FreeRTOS
Browse files Browse the repository at this point in the history
This commit renames "freertos-smp" docuemnt to "freertos_idf". This fits better
with the current dual FreeRTOS implementation (i.e., IDF FreeRTOS and Amazon
SMP FreeRTOS), both of which are SMP capable.
  • Loading branch information
Dazza0 committed Feb 15, 2023
1 parent ae9713d commit 69433a9
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/en/api-guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ API Guides
:SOC_USB_OTG_SUPPORTED: dfu
error-handling
:SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index
freertos-smp
:SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
event-handling
:SOC_SPIRAM_SUPPORTED: external-ram
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions docs/en/api-reference/system/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ System API
esp_https_ota
esp_event
freertos
freertos_idf
freertos_additions
mem_alloc
heap_debug
Expand Down
1 change: 1 addition & 0 deletions docs/page_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ get-started-cmake/get-started-pico-kit hw-reference/esp32/get-started-p
get-started-cmake/get-started-pico-kit-v3 hw-reference/esp32/get-started-pico-kit-v3

api-guides/build-system-cmake api-guides/build-system
api-guides/freertos-smp.rst api-reference/system/freertos_idf.rst
api-guides/ulp-cmake api-guides/ulp
api-guides/unit-tests-cmake api-guides/unit-tests
api-guides/ulp_instruction_set api-reference/system/ulp_instruction_set
Expand Down
1 change: 0 additions & 1 deletion docs/zh_CN/api-guides/freertos-smp.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/zh_CN/api-guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ API 指南
:SOC_USB_OTG_SUPPORTED: dfu
error-handling
:SOC_BLE_MESH_SUPPORTED: esp-ble-mesh/ble-mesh-index
freertos-smp
:SOC_WIFI_MESH_SUPPORT: esp-wifi-mesh
event-handling
fatal-errors
Expand Down
1 change: 1 addition & 0 deletions docs/zh_CN/api-reference/system/freertos_idf.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/system/freertos_idf.rst
1 change: 1 addition & 0 deletions docs/zh_CN/api-reference/system/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ System API
esp_https_ota
esp_event
freertos
freertos_idf
freertos_additions
mem_alloc
heap_debug
Expand Down

0 comments on commit 69433a9

Please sign in to comment.