OVMS3-idf/components
Angus Gratton c5a5b34ba4 driver: Avoid possible accidental mismatch between ledc_clk_src_t & ledc_clk_cfg_t enum
ledc.h includes two similar enums, ledc_clk_src_t & ledc_clk_cfg_t.

The two enums do different things but there are two similar names: LEDC_REF_TICK / LEDC_USE_REF_TICK
and LEDC_APB_CLK / LEDC_USE_APB_CLK.

Because C will accept any enum or integer value for an enum argument, there's no easy way to check
the correct enum is passed without using static analysis.

To avoid accidental errors, make the numeric values for the two similarly named enums the same.,

Noticed when looking into https://github.com/espressif/esp-idf/issues/4476
2020-03-09 11:32:18 +11:00
..
app_trace
app_update
asio
bootloader cmake: Set uninitialized variable warnings in ULP & bootloader subprojects 2020-02-25 17:16:42 +11:00
bootloader_support Merge branch 'bugfix/cmake_secure_boot_v4.0' into 'release/v4.0' 2019-12-12 06:30:37 +08:00
bt This MR is intended to fix Bluetooth event scheduling when WiFi is also 2020-03-04 20:30:37 +05:30
coap
console
cxx build system: move -fno-rtti link option next to the compile option 2019-11-28 11:02:30 +01:00
driver driver: Avoid possible accidental mismatch between ledc_clk_src_t & ledc_clk_cfg_t enum 2020-03-09 11:32:18 +11:00
efuse
esp-tls esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-01-20 07:26:51 +01:00
esp32 Merge branch 'bugfix/esp_log_from_critical_v4.0' into 'release/v4.0' 2020-02-10 17:34:53 +08:00
esp_adc_cal
esp_common esp_tls: added connection timeout to esp_tls_conn_new_sync() 2020-01-20 07:26:51 +01:00
esp_eth ethernet: always put eth_driver handle in SRAM 2020-01-21 21:30:34 +08:00
esp_event Fix some typo in idf 2020-01-16 15:26:37 +08:00
esp_gdbstub
esp_http_client http_client: added comments to http header generation function 2019-11-12 09:59:50 +01:00
esp_http_server
esp_https_ota
esp_https_server
esp_local_ctrl
esp_ringbuf
esp_rom backport esp325p0 new features to release/v4.0 2020-02-29 09:11:30 +00:00
esp_websocket_client tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-02-28 10:53:08 +08:00
esp_wifi mesh: fix mesh ie issues 2020-02-25 20:50:22 +08:00
espcoredump
esptool_py project_include.cmake: Make esptool_py_custom_target callable from other directories 2020-02-20 15:17:05 +05:30
expat expat: Update library from 2.2.5 to 2.2.9 2019-12-05 09:17:39 +01:00
fatfs Fix memory leak upon failure of esp_vfs_fat_sdmmc_mount() 2019-10-18 10:27:37 +02:00
freemodbus
freertos freertos: modify configASSERTs around scheduler state check 2019-11-19 04:42:27 +00:00
heap
idf_test mbedtls: add SHA performance test 2019-12-15 20:46:20 +00:00
jsmn
json cJSON: include only source file objects for cmake build 2020-02-10 17:32:26 +05:30
libsodium
log log: Check for ISR context and use proper API to get Tick Count 2020-02-20 15:55:22 +05:30
lwip add host name in discover packet for v4.0 2020-03-03 12:18:57 +00:00
mbedtls mbedtls: fix hw accelerated big-num mul if operand and result overlap 2020-02-20 10:03:00 +01:00
mdns Merge branch 'bugfix/mdns_deinit_event_crash_v4.0' into 'release/v4.0' 2020-01-09 13:02:28 +08:00
mqtt ci: fix weekend test confguration update per latest refactoring of 2020-02-25 18:32:11 +07:00
newlib newlib: define fcntl as strong symbol 2019-12-13 14:12:36 +00:00
nghttp
nvs_flash NVS: bugfix nvs_set_str/blob checks write mode 2019-12-31 08:33:11 +08:00
openssl
partition_table Fix subtype in PartitionTable.find_by_type 2020-02-10 12:04:45 +01:00
protobuf-c
protocomm Unified Provisioning - BLE: Fix characteristics read response issue 2020-02-18 15:09:30 +05:30
pthread
sdmmc
soc soc: clear PHY status when cpu start 2020-02-13 14:36:11 +08:00
spi_flash spi: move deprecated functions into internal header 2019-12-24 17:43:32 +08:00
spiffs spiffs: fix build issue on clean project 2019-11-11 18:11:12 +08:00
tcp_transport tcp_transport/ws_client: websockets now correctly handle messages longer than buffer 2020-02-28 10:53:08 +08:00
tcpip_adapter lwip: Enable IPv6 stateless address autoconfiguration 2020-02-20 13:53:55 +08:00
ulp cmake: Set uninitialized variable warnings in ULP & bootloader subprojects 2020-02-25 17:16:42 +11:00
unity
vfs VFS: Check in select() if the UART driver is installed or not 2020-01-21 10:11:08 +01:00
wear_levelling
wifi_provisioning wifi_prov_manager: Delay the Wi-Fi connect call 2020-02-24 09:25:33 +00:00
wpa_supplicant WPS_CONFIG_INIT_DEFAULT(type) error 2020-02-06 14:06:38 +08:00
xtensa