OVMS3-idf/components
Mahavir Jain 1b53af2e88 freertos: modify configASSERTs around scheduler state check
Regression introduced in commit 79e74e5d5f

It is possible that some FreeRTOS APIs are invoked prior to
scheduler start condition (e.g. flash initialization in unicore mode).
In that condition these asserts should not trigger (scheduler state being yet to be started),
hence changes per this fix.
2019-11-19 04:42:27 +00:00
..
app_trace gcov_example: Adds cmake target to generate report 2019-07-05 12:44:35 +00:00
app_update Add chip revision into image header 2019-10-08 02:45:36 +00:00
asio components: use new component registration api 2019-06-21 19:53:29 +08:00
bootloader Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-25 08:25:51 +02:00
bootloader_support bugfix(i2s_bootloader_random_disable): fix bug about i2s bootloader_random_disable for release/v4.0 2019-11-05 17:18:13 +08:00
bt components/bt: Disable some unsupported security mask 2019-11-17 13:45:32 +08:00
coap lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
console cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
cxx cxx: force pthread to appear later in link line 2019-11-11 18:01:45 +08:00
driver CAN: Fix critical section compliance 2019-11-01 12:14:39 +08:00
efuse Merge branch 'feature/add_psram_workaround_option_4.0' into 'release/v4.0' 2019-10-10 11:00:29 +08:00
esp-tls ESP32/esp-tls: include esp_err.h in esp_tls.h 2019-10-07 17:47:51 +05:30
esp32 Merge branch 'fix/ci_ut_psram_wroverb_v4.0' into 'release/v4.0' 2019-11-11 18:38:53 +08:00
esp_adc_cal esp_adc_cal: Remove deprecated ADC calibration functions 2019-09-19 18:48:14 +10:00
esp_common esp_timer: Fix System time jumps back ~54secs 2019-10-22 23:43:28 +08:00
esp_eth ethernet: fix crash in unit test 2019-10-10 10:43:42 +08:00
esp_event esp_event: add missing header include 2019-07-26 13:58:26 +05:30
esp_gdbstub esp32_gdbstub: fix build error with esp32-2019r1 toolchain 2019-08-13 11:38:28 +05:30
esp_http_client http_client: added comments to http header generation function 2019-11-12 09:59:50 +01:00
esp_http_server httpd_sess_close: Check for session validity before closing 2019-09-12 08:41:31 +00:00
esp_https_ota esp_https_ota: Removed unnecessary free() 2019-06-25 23:41:33 +00:00
esp_https_server esp_https_server: Add support for esp-tls server APIs 2019-06-25 23:43:35 +00:00
esp_local_ctrl cmake : Add CMakeLists.txt and update READMEs for re-compilation of proto files 2019-07-05 18:20:15 +05:30
esp_ringbuf ringbuf: Remove deprecated RingbufferType_t 2019-09-19 18:48:55 +10:00
esp_rom bugfix(flash): add flash config in app startup 2019-07-18 14:40:59 +08:00
esp_websocket_client ws_client: added subprotocol configuration option to websocket client 2019-11-02 14:12:11 +01:00
esp_wifi esp_wifi: fix some WiFi bugs 2019-11-01 22:16:30 +08:00
espcoredump coredump: use esp_flash api in coredump 2019-09-18 15:14:53 +08:00
esptool_py esptool_py: add missing phony build targets for CMake 2019-11-11 18:02:32 +08:00
expat components: use new component registration api 2019-06-21 19:53:29 +08:00
fatfs Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() 2019-10-18 10:27:37 +02:00
freemodbus cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
freertos freertos: modify configASSERTs around scheduler state check 2019-11-19 04:42:27 +00:00
heap heap: Fix printf usage in heap poisoning 2019-10-11 03:10:56 +00:00
idf_test Coexist: fix some coexist bugs 2019-09-30 11:42:05 +08:00
jsmn components: use new component registration api 2019-06-21 19:53:29 +08:00
json Update cJSON to v1.7.12 2019-08-21 18:40:50 +10:00
libsodium cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
log components: use new component registration api 2019-06-21 19:53:29 +08:00
lwip fix bug for close nonblocking tcp crash 2019-10-30 10:44:36 +08:00
mbedtls NimBLE: Add optional mbedTLS support to NimBLE (backport) 2019-09-23 21:37:40 +08:00
mdns mdns: fix crash for hostname queries 2019-11-05 11:31:18 +00:00
mqtt Merge branch 'bugfix/mqtt_example_url_update_v4.0' into 'release/v4.0' 2019-10-21 10:52:44 +08:00
newlib fix bug that semaphore may schedule out in Critical Section 2019-10-25 12:01:06 +08:00
nghttp cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
nvs_flash Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-25 08:25:51 +02:00
openssl Fix Kconfig issues discovered by upstream Kconfiglib 2019-09-25 08:25:51 +02:00
partition_table cmake: fix partition_table cmake when using md5 checksum 2019-11-08 18:52:18 +08:00
protobuf-c components: use new component registration api 2019-06-21 19:53:29 +08:00
protocomm NimBLE: Fix bug in protocomm_nimble chararcteristic access callback (release/v4.0) 2019-11-14 15:24:47 +05:30
pthread pthread: remove ESP32_ prefix from Kconfig options 2019-07-29 04:43:49 +02:00
sdmmc sdmmc_io: support to print CIS information 2019-07-29 10:41:17 +08:00
soc soc/esp32: Add test_env for 32kHz XTAL unit tests 2019-11-14 12:26:43 +08:00
spi_flash Merge branch 'bugfix/ext_flash_load_partitions_v4.0' into 'release/v4.0' 2019-10-21 10:33:01 +08:00
spiffs spiffs: fix build issue on clean project 2019-11-11 18:11:12 +08:00
tcp_transport ws_client: fix ping-pong mechanism to use mask, support reception of zero-payload PONG and sending non-zero-payload PING 2019-11-02 14:12:11 +01:00
tcpip_adapter Modify IPv6 functionality compatible with lwip2.1.2 2019-07-16 16:22:11 +08:00
ulp components: use new component registration api 2019-06-21 19:53:29 +08:00
unity cmake: some formatting fixes 2019-06-21 19:53:29 +08:00
vfs VFS: Fix bug which occurs when driver is installed during a select() call 2019-10-21 14:54:48 +02:00
wear_levelling global: update note in the partition tables 2019-07-27 10:28:16 +02:00
wifi_provisioning wifi_prov_mgr : Added missing esp_event_post() for WIFI_PROV_END events 2019-07-13 15:48:23 +05:30
wpa_supplicant esp_wifi: fix WiFi deinit memory leak 2019-10-29 22:32:17 +08:00
xtensa cmake: some formatting fixes 2019-06-21 19:53:29 +08:00