Tags: nomis/arduino-esp32
Tags
Rainmaker library extension (espressif#6813) * Added definitions for various parameters and UI types. * Overload for `const char*` added. * Function `addValidStrList` added. This is needed for mode parameters (see example RMakerCustomAirCooler.ino). * Example of a custom device that uses toggle, mode and range parameters. * Revert: Added definitions for various parameters and UI types. * Fixed declaration for addValidStrList * Fixed missing gpio definition for ESP32C3 target Co-authored-by: Me No Dev <me-no-dev@users.noreply.github.com>
Rebuild (bootloader/app_update only) export IDF_TOOLS_PATH=/home/simon/inst/esp-idf-4.4.1 find . -name .git | \ while read -r x; do x="${x/\/\.git//}" echo \# "$x" pushd "$x" >/dev/null git remote -v git branch git log -1 popd >/dev/null echo done == ./ origin ssh://git@github.com/nomis/esp32-arduino-lib-builder (fetch) origin ssh://git@github.com/nomis/esp32-arduino-lib-builder (push) upstream https://github.com/espressif/esp32-arduino-lib-builder (fetch) upstream https://github.com/espressif/esp32-arduino-lib-builder (push) master * sa-2.0.3 commit c955affa9bb53309c075273415bb492fa8fc6346 Author: Simon Arlott <sa.me.uk> Date: Sun Jul 3 10:17:45 2022 +0100 Reconfigure == ./esp-idf/ origin https://github.com/espressif/esp-idf.git (fetch) origin https://github.com/espressif/esp-idf.git (push) * (HEAD detached at b8050b365e) release/v4.4 commit b8050b365ea0ecb2f5a6a743bbea537abd6b3083 Merge: 9b75e5664e 1329b19fe4 Author: Ivan Grokhotkov <ivan@espressif.com> Date: Tue Apr 19 15:29:27 2022 +0800 Merge branch 'update/version_4_4_1' into 'release/v4.4' Update version to 4.4.1 See merge request espressif/esp-idf!17791 == ./esp-idf/components/asio/asio/ origin https://github.com/espressif/asio.git (fetch) origin https://github.com/espressif/asio.git (push) * (HEAD detached at f31694c9) idf commit f31694c9f1746ba189a4bcae2e34db15135ddb22 Author: David Cermak <cermak@espressif.com> Date: Mon May 18 16:41:32 2020 +0200 ESP Platform SSL support for both OpenSSL/mbedTLS and wolfSSL == ./esp-idf/components/bootloader/subproject/components/micro-ecc/micro-ecc/ origin https://github.com/kmackay/micro-ecc.git (fetch) origin https://github.com/kmackay/micro-ecc.git (push) * (HEAD detached at d037ec8) master commit d037ec89546fad14b5c4d5456c2e23a71e554966 Author: Ken MacKay <kmackay@gmail.com> Date: Sun May 21 11:05:04 2017 -0700 Add note that uECC_VLI_NATIVE_LITTLE_ENDIAN affects key compatiblity == ./esp-idf/components/bt/controller/lib_esp32/ origin https://github.com/espressif/esp32-bt-lib.git (fetch) origin https://github.com/espressif/esp32-bt-lib.git (push) * (HEAD detached at b877f7e) master commit b877f7e1fc98dccfcf4dbf31f215c5cb44ec3f0d Author: xiongweichao <xiongweichao@espressif.com> Date: Mon Feb 21 15:05:00 2022 +0800 update esp32 bt-lib (5688ed5) Fix crash when host exit sniff mode == ./esp-idf/components/bt/controller/lib_esp32c3_family/ origin https://github.com/espressif/esp32c3-bt-lib.git (fetch) origin https://github.com/espressif/esp32c3-bt-lib.git (push) * (HEAD detached at 98dcc95) master commit 98dcc9591365b5ac486a9f0b474c36bf8c4ca97b Author: Yang Zhao <yangzhao@espressif.com> Date: Tue Mar 1 14:41:26 2022 +0800 Update ESP32-C3 and ESP32-S3 bt lib (d913766) Add the pll track feature to keep the ble connection stable when the environment temprature increase form 0 to 74. == ./esp-idf/components/bt/host/nimble/nimble/ origin https://github.com/espressif/esp-nimble.git (fetch) origin https://github.com/espressif/esp-nimble.git (push) * (HEAD detached at 1dc1ec6e) nimble-1.3.0-idf commit 1dc1ec6e76b0ab3bf93cc9f1ff7a2a09141e7c61 Author: Rahul Tank <rahul.tank@espressif.com> Date: Tue Nov 16 19:38:35 2021 +0530 Nimble: Check stack initialization status before executing stack command Previous commit added checks in some functions that can be called without stack initalization. Corrected such instances. == ./esp-idf/components/cbor/tinycbor/ origin https://github.com/intel/tinycbor.git (fetch) origin https://github.com/intel/tinycbor.git (push) * (HEAD detached at 7c349db) main commit 7c349dbb6b8d76db39383b226d3ebdf59b8ab37d Author: Mahavir Jain <mahavir@espressif.com> Date: Wed Feb 24 11:00:43 2021 +0530 Add checks for memory allocation failures Signed-off-by: Mahavir Jain <mahavir@espressif.com> == ./esp-idf/components/cmock/CMock/ origin https://github.com/ThrowTheSwitch/CMock.git (fetch) origin https://github.com/ThrowTheSwitch/CMock.git (push) * (HEAD detached at eeecc49) master commit eeecc49ce8af123cf8ad40efdb9673e37b56230f Merge: 150573c 175a834 Author: Mark VanderVoord <mvandervoord@gmail.com> Date: Thu Jun 4 13:15:31 2020 -0400 Merge pull request espressif#312 from Skinner927/patch-1 Stop strippables default value from being parsed (Thanks @Skinner927 ) == ./esp-idf/components/cmock/CMock/vendor/c_exception/ origin https://github.com/throwtheswitch/cexception.git (fetch) origin https://github.com/throwtheswitch/cexception.git (push) * (HEAD detached at 71b47be) master commit 71b47be7c950f1bf5f7e5303779fa99a16224bb6 Author: Mark VanderVoord <mvandervoord@gmail.com> Date: Mon Apr 20 13:22:44 2020 -0400 Delete License.txt Remove redundant (and old/incorrect) license == ./esp-idf/components/cmock/CMock/vendor/unity/ origin https://github.com/throwtheswitch/unity.git (fetch) origin https://github.com/throwtheswitch/unity.git (push) * (HEAD detached at cf949f4) master commit cf949f45ca6d172a177b00da21310607b97bc7a7 Author: Mark VanderVoord <mvandervoord@gmail.com> Date: Sun May 3 16:03:07 2020 -0400 Bump Version == ./esp-idf/components/coap/libcoap/ origin https://github.com/obgm/libcoap.git (fetch) origin https://github.com/obgm/libcoap.git (push) * (HEAD detached at 3aa1161) develop commit 3aa11612c143c9734d72022720f33e12506f7a2c Merge: ca44071 94b297a Author: obgm <obgm@users.noreply.github.com> Date: Mon Sep 27 17:50:33 2021 +0200 Merge pull request espressif#751 from hmalpani/develop coap_mbedtls.c: Fix build fail with client only mbedtls == ./esp-idf/components/coap/libcoap/ext/tinydtls/ origin https://github.com/eclipse/tinydtls.git (fetch) origin https://github.com/eclipse/tinydtls.git (push) * (HEAD detached at 59055b8) main commit 59055b8a935bc53bf69d002fc089ad4bd08851b2 Merge: f8563a5 bbc8d05 Author: obgm <obgm@users.noreply.github.com> Date: Fri Jun 4 17:29:46 2021 +0200 Merge pull request espressif#82 from mrdeep1/fixes_70 dtls.c: Validate cookie length in check_server_hello_verify_request() == ./esp-idf/components/esp_phy/lib/ origin https://github.com/espressif/esp-phy-lib.git (fetch) origin https://github.com/espressif/esp-phy-lib.git (push) * (HEAD detached at dcbe608) master commit dcbe6085e0215e2ea6a2e43b1106bdb15807f398 Author: cff <chengfangfang@espressif.com> Date: Fri Apr 8 10:49:28 2022 +0800 C3/S3 fix "i2c critical" and iram functions == ./esp-idf/components/esp_wifi/lib/ origin https://github.com/espressif/esp32-wifi-lib.git (fetch) origin https://github.com/espressif/esp32-wifi-lib.git (push) * (HEAD detached at 5a0d2aee) master commit 5a0d2aee49633b1a0c0374c2a01ed8c2a10e2fe4 Author: Nachiket Kukade <nachiket.kukade@espressif.com> Date: Mon Feb 28 17:51:04 2022 +0530 esp_wifi: Ignore pmf_capable flag in wifi config (63017e0a) == ./esp-idf/components/esptool_py/esptool/ origin https://github.com/espressif/esptool.git (fetch) origin https://github.com/espressif/esptool.git (push) * (HEAD detached at 66e1f16) master commit 66e1f163a4f9a32041ec48b8aa7ab958831f8410 Author: KonstantinKondrashov <konstantin@espressif.com> Date: Fri Mar 4 18:54:41 2022 +0800 espefuse: Show help when espefuse without commands == ./esp-idf/components/expat/expat/ origin https://github.com/libexpat/libexpat.git (fetch) origin https://github.com/libexpat/libexpat.git (push) * (HEAD detached at 57c7da69) master commit 57c7da69b78e3698e112a6b5da19d5109b8232d1 Merge: 919a2bec fc4652b2 Author: Sebastian Pipping <sebastian@pipping.org> Date: Sun Jan 16 14:13:19 2022 +0100 Merge branch 'issue-533-prepare-release' (espressif#533) == ./esp-idf/components/ieee802154/lib/ origin https://github.com/espressif/esp-ieee802154-lib.git (fetch) origin https://github.com/espressif/esp-ieee802154-lib.git (push) * (HEAD detached at f7b5e80) master commit f7b5e8059a3bb6f321e79ac3bf2aa4d2a9b93326 Author: Jiacheng Guo <guojiacheng@espressif.com> Date: Mon Dec 20 16:02:52 2021 +0800 release: v4.4 (119d3c9) == ./esp-idf/components/json/cJSON/ origin https://github.com/DaveGamble/cJSON.git (fetch) origin https://github.com/DaveGamble/cJSON.git (push) * (HEAD detached at d348621) master commit d348621ca93571343a56862df7de4ff3bc9b5667 Author: Alan Wang <948467222@qq.com> Date: Wed Aug 25 19:15:09 2021 +0800 chore: update version and changelog (espressif#610) == ./esp-idf/components/libsodium/libsodium/ origin https://github.com/jedisct1/libsodium.git (fetch) origin https://github.com/jedisct1/libsodium.git (push) * (HEAD detached at 4f5e89fa) master commit 4f5e89fa84ce1d178a6765b8b46f2b6f91216677 Author: Frank Denis <github@pureftpd.org> Date: Thu May 30 22:13:18 2019 +0200 Don't ignore azure-pipelines.yml == ./esp-idf/components/lwip/lwip/ origin https://github.com/espressif/esp-lwip.git (fetch) origin https://github.com/espressif/esp-lwip.git (push) * (HEAD detached at 2749568f) 2.1.2-esp commit 2749568fe15df2003f6c3f37f0dfd44f8f01fcd6 Author: xueyunfei <xueyunfei@espressif.com> Date: Mon Aug 9 11:53:14 2021 +0800 add function for deinit lwip timers == ./esp-idf/components/mbedtls/mbedtls/ origin https://github.com/espressif/mbedtls.git (fetch) origin https://github.com/espressif/mbedtls.git (push) * (HEAD detached at 8b0e35f2a) mbedtls-2.28.0-idf commit 8b0e35f2ad477fcc2a267cf434528024b8499085 Author: Mahavir Jain <mahavir@espressif.com> Date: Thu Nov 18 15:39:30 2021 +0530 bignum: add provision for combined software and hardware MPI approach For exponential mod (API mbedtls_mpi_exp_mod) operation, some ESP target chips needs to have ability for both hardware and software implementation. Hardware implementation provided performance advantage but it can only support upto 3072 bit operations (e.g., ESP32-C3) and hence we fallback to software implementation in such cases (e.g., 4096 bit operations). Earlier this was handled using linker "--wrap" flag but that does not work in all scenarios as API `mbedtls_mpi_exp_mod` is being used in same tranlation (compilation unit). This approach was found to be next best option with minimal changes in mbedTLS library. == ./esp-idf/components/mqtt/esp-mqtt/ origin https://github.com/espressif/esp-mqtt.git (fetch) origin https://github.com/espressif/esp-mqtt.git (push) * (HEAD detached at 89894bd) master commit 89894bd0c611b1392967fe90bb49682eba858383 Merge: 1d10608 1b009c8 Author: David Čermák <cermak@espressif.com> Date: Wed Sep 15 18:10:50 2021 +0000 Merge branch 'feature/configurable_retransmit' into 'master' Add configurable retransmit (GitHub PR) See merge request espressif/esp-mqtt!110 == ./esp-idf/components/nghttp/nghttp2/ origin https://github.com/nghttp2/nghttp2.git (fetch) origin https://github.com/nghttp2/nghttp2.git (push) * (HEAD detached at 8f7b008b) master commit 8f7b008b158e12de0e58247afd170f127dbb6456 Author: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> Date: Tue Jun 2 21:05:34 2020 +0900 Update bash_completion == ./esp-idf/components/nghttp/nghttp2/third-party/mruby/ origin https://github.com/mruby/mruby (fetch) origin https://github.com/mruby/mruby (push) * (HEAD detached at 7c91efc1f) master commit 7c91efc1ffda769a5f1a872c646c82b00698f1b8 Author: Hiroshi Mimaki <hiroshi.mimaki@gmail.com> Date: Thu Apr 4 09:26:40 2019 +0900 Update version and release date. `mruby 2.0.1 (2019-4-4)` == ./esp-idf/components/nghttp/nghttp2/third-party/neverbleed/ origin https://github.com/tatsuhiro-t/neverbleed.git (fetch) origin https://github.com/tatsuhiro-t/neverbleed.git (push) * (HEAD detached at b967ca0) master commit b967ca054f48a36f82d8fcdd32e54ec5144f2751 Author: Tatsuhiro Tsujikawa <tatsuhiro.t@gmail.com> Date: Sat Sep 7 00:19:16 2019 +0900 Leak fix for OpenSSL 1.0.2 == ./esp-idf/components/openthread/lib/ origin https://github.com/espressif/esp-thread-lib.git (fetch) origin https://github.com/espressif/esp-thread-lib.git (push) * (HEAD detached at 9a8d34d) master commit 9a8d34d8f698cad2c9468468b473e26a3dda51b9 Author: Jiacheng Guo <guojiacheng@espressif.com> Date: Mon Dec 20 15:58:13 2021 +0800 release: v4.4 (119d3c9) == ./esp-idf/components/openthread/openthread/ origin https://github.com/espressif/openthread.git (fetch) origin https://github.com/espressif/openthread.git (push) * (HEAD detached at c36c0e77a) main commit c36c0e77a2465355bcf13bd7dc718d8c9aa6ff64 Author: Jonathan Hui <jonhui@google.com> Date: Fri Oct 8 15:39:49 2021 -0700 [cli] use `OT_ERROR_PENDING` instead of `kErrorPending` (espressif#7061) == ./esp-idf/components/protobuf-c/protobuf-c/ origin https://github.com/protobuf-c/protobuf-c.git (fetch) origin https://github.com/protobuf-c/protobuf-c.git (push) * (HEAD detached at dac1a65) master commit dac1a65feac4ad72f612aab99f487056fbcf5c1a Merge: ab599cf cd573da Author: Robert Edmonds <edmonds@users.noreply.github.com> Date: Sat Aug 5 17:41:36 2017 -0400 Merge pull request espressif#283 from protobuf-c/edmonds/changelog/1.3.0 ChangeLog: 1.3.0 == ./esp-idf/components/spiffs/spiffs/ origin https://github.com/pellepl/spiffs.git (fetch) origin https://github.com/pellepl/spiffs.git (push) * (HEAD detached at f5e26c4) master commit f5e26c4e933189593a71c6b82cda381a7b21e41c Author: Peter Andersson <pelleplutt1976@gmail.com> Date: Sat Sep 9 09:27:32 2017 +0200 fixes espressif#165 == ./esp-idf/components/tinyusb/tinyusb/ origin https://github.com/espressif/tinyusb.git (fetch) origin https://github.com/espressif/tinyusb.git (push) * (HEAD detached at c4badd39) master commit c4badd394eda18199c0196ed0be1e2d635f0a5f6 Author: Alex Lisitsyn <aleks@espressif.com> Date: Mon Apr 19 13:18:19 2021 +0700 tinyusb: rebase to upstream master, remove unused submodules remove unused submodules rebese `merge pull request espressif#783`: Add new Espressif target esp32s3 for tinyUSB (esp-based_on_334e95f) These submodules are not needed when TinyUSB is built as an ESP-IDF component. We remove them to avoid fetching extra submodules when ESP-IDF is cloned with --recursive flag. Note: this is a local change, not for upstream. == ./esp-idf/components/unity/unity/ origin https://github.com/ThrowTheSwitch/Unity.git (fetch) origin https://github.com/ThrowTheSwitch/Unity.git (push) * (HEAD detached at 7d2bf62) master commit 7d2bf62b7e6afaf38153041a9d53c21aeeca9a25 Merge: e4dfeaa 01cbce8 Author: Mark VanderVoord <mvandervoord@gmail.com> Date: Mon Oct 22 10:42:30 2018 -0400 Merge pull request espressif#363 from Deltrix/patch-1 Changed some text issues (Thanks @delrix) == ./esp-idf/examples/build_system/cmake/import_lib/main/lib/tinyxml2/ origin https://github.com/leethomason/tinyxml2.git (fetch) origin https://github.com/leethomason/tinyxml2.git (push) * (HEAD detached at 7e8e249) master commit 7e8e249990ec491ec15990cf95b6d871a66cf64a Merge: 25b23b8 ade41cd Author: Lee Thomason <leethomason@gmail.com> Date: Sun Sep 30 17:16:57 2018 -0700 Merge pull request espressif#707 from SwiftEngineering/issue_706 Issue_706: Make resources path relative to current source and binary dir == ./esp-idf/examples/peripherals/secure_element/atecc608_ecdsa/components/esp-cryptoauthlib/ origin https://github.com/espressif/esp-cryptoauthlib.git (fetch) origin https://github.com/espressif/esp-cryptoauthlib.git (push) * (HEAD detached at 36d0642) master commit 36d0642e66ff5b1c7a291873f24c498ca6ffedef Merge: bb672b0 b59f96b Author: Mahavir Jain <mahavir@espressif.com> Date: Tue Oct 5 05:16:49 2021 +0000 Merge branch 'bugfix/cleanup_freertos_include_path' into 'master' Fix inclusion of freertos specific headers See merge request espressif/esp-cryptoauthlib!9 == ./components/arduino_tinyusb/tinyusb/ origin https://github.com/hathach/tinyusb.git (fetch) origin https://github.com/hathach/tinyusb.git (push) * (HEAD detached at b5a9537ee) master commit b5a9537eea81bd6ffd8d575dbd2b5823c2fc1f0e Author: hathach <thach@tinyusb.org> Date: Sat Apr 16 01:19:51 2022 +0700 support pio dcd endpiont stall == ./components/arduino/ origin https://@github.com/espressif/arduino-esp32.git (fetch) origin https://@github.com/espressif/arduino-esp32.git (push) * (HEAD detached at 2.0.3) master commit 142fceb Author: DeuxVis <DeuxVis@users.noreply.github.com> Date: Wed May 4 13:36:15 2022 +0200 Fix uploader tool for ESPduino32 board (espressif#6665) == ./components/esp32-camera/ origin https://github.com/espressif/esp32-camera.git (fetch) origin https://github.com/espressif/esp32-camera.git (push) * (HEAD detached at 86a4951) master commit 86a4951f507e86034725b04f2428c98c49496dfe Author: yuxinwww <67987549+WangYuxin-esp@users.noreply.github.com> Date: Mon Feb 21 15:23:11 2022 +0800 fix: fix cache error when both nvs and camera used (espressif#362) == ./components/esp-dl/ origin https://github.com/espressif/esp-dl.git (fetch) origin https://github.com/espressif/esp-dl.git (push) * (HEAD detached at d949350) master commit d9493506707c0b68fa10447ec24380af6f19bb32 Author: yehangyang <yehangyang@qq.com> Date: Mon Jan 24 17:10:15 2022 +0800 :bug: typo == ./components/esp-sr/ origin https://github.com/espressif/esp-sr.git (fetch) origin https://github.com/espressif/esp-sr.git (push) * (HEAD detached at d05cf97) master commit d05cf97972c0a324d331437d6a37229a2d96f3cf Author: Wang Wang Wang <wangwangwang@espressif.com> Date: Mon Jan 17 17:23:55 2022 +0800 feat(MN_CN): Support chinese continuous recognition == ./components/esp_littlefs/ origin https://github.com/joltwallet/esp_littlefs.git (fetch) origin https://github.com/joltwallet/esp_littlefs.git (push) * (HEAD detached at 29341d0) master commit 29341d00573bc6930583cffe3d9df515e519465f Author: Brian Pugh <bnp117@gmail.com> Date: Sun Apr 3 19:04:05 2022 -0700 fix rename when SPIFFS_COMPAT is enabled; previously it wasn't attempting to create dst folder(s) and wasn't attempting to delete empty src folder(s) == ./components/esp_littlefs/mklittlefs/ origin https://github.com/BrianPugh/mklittlefs.git (fetch) origin https://github.com/BrianPugh/mklittlefs.git (push) * (HEAD detached at a14dabe) master commit a14dabe444e9a265aab04d085d8ca8f8536d799b Author: Brian Pugh <bnp117@gmail.com> Date: Thu Oct 21 17:37:00 2021 -0700 use parenting project, esp_littlefs, littlefs submodule == ./components/esp_littlefs/src/littlefs/ origin https://github.com/littlefs-project/littlefs.git (fetch) origin https://github.com/littlefs-project/littlefs.git (push) * (HEAD detached at ead5080) master commit ead50807f1ca3fdf2da00b77a0ce02651ded2d13 Merge: 2f75968 1e423ba Author: Christopher Haster <chaster@utexas.edu> Date: Sat Jun 12 12:35:34 2021 -0500 Merge pull request espressif#565 from tniessen/fix-link-to-test-bd Fix link to test block device == ./components/esp-rainmaker/ origin https://github.com/espressif/esp-rainmaker.git (fetch) origin https://github.com/espressif/esp-rainmaker.git (push) * (HEAD detached at f57a5ec) master commit f57a5ec Merge: 5af4f64 764db8d Author: Piyush Shah <piyush@espressif.com> Date: Tue Mar 29 21:48:25 2022 +0800 Merge branch 'feature/scenes' into 'master' esp_rmaker_scenes: Add scenes support. See merge request app-frameworks/esp-rainmaker!245 == ./components/esp-rainmaker/cli/ origin https://github.com/espressif/esp-rainmaker-cli.git (fetch) origin https://github.com/espressif/esp-rainmaker-cli.git (push) * (HEAD detached at e61d952) master commit e61d9528c152ceb345d7a37535e8ffb2d004e832 Merge: 040bc43 cc37f73 Author: Piyush Shah <piyush@espressif.com> Date: Thu Dec 30 14:03:35 2021 +0000 Merge branch 'bugfix/claim_platform_detect_check' into 'master' claim: Fix search string for autodetection of platform, handle error using esptool, add esp32s3 in supported platforms See merge request app-frameworks/esp-rainmaker-cli!25 == ./components/esp-rainmaker/components/esp-insights/ origin https://github.com/espressif/esp-insights.git (fetch) origin https://github.com/espressif/esp-insights.git (push) * (HEAD detached at 3d8b5d4) main commit 3d8b5d44dc6a94b9c35faf7a8e75d06a059c2364 Merge: da6f0e0 ededd98 Author: Piyush Shah <piyush@espressif.com> Date: Tue Mar 15 20:53:02 2022 +0800 Merge branch 'bugfix/idf5.0' into 'main' Minor changes for insights dependencies See merge request app-frameworks/esp-insights!82 == ./components/esp-rainmaker/components/esp-insights/cli/ origin https://github.com/espressif/esp-rainmaker-cli.git (fetch) origin https://github.com/espressif/esp-rainmaker-cli.git (push) * (HEAD detached at 8dd8c7f) master commit 8dd8c7f2108c412e679a9262de216cc9ce6858b0 Merge: 25637e8 401179e Author: Piyush Shah <piyush@espressif.com> Date: Sat Jan 23 01:22:10 2021 +0800 Merge branch 'task/gitignore' into 'master' Add a .gitignore file See merge request app-frameworks/esp-rainmaker-cli!12 == ./components/esp-rainmaker/components/esp-insights/components/cbor/tinycbor/ origin https://github.com/intel/tinycbor.git (fetch) origin https://github.com/intel/tinycbor.git (push) * (HEAD detached at 7c349db) main commit 7c349dbb6b8d76db39383b226d3ebdf59b8ab37d Author: Mahavir Jain <mahavir@espressif.com> Date: Wed Feb 24 11:00:43 2021 +0530 Add checks for memory allocation failures Signed-off-by: Mahavir Jain <mahavir@espressif.com> == ./components/esp-rainmaker/components/esp-insights/components/rmaker_common/ origin https://github.com/espressif/esp-rainmaker-common.git (fetch) origin https://github.com/espressif/esp-rainmaker-common.git (push) * (HEAD detached at 473417c) master commit 473417c053888d4ad89def7d856e75a366f74122 Merge: 36ec6cf c1df0e9 Author: Piyush Shah <piyush@espressif.com> Date: Tue Feb 22 10:30:32 2022 +0000 Merge branch 'deprecated_define' into 'master' Use portTICK_PERIOD_MS instead of portTICK_RATE_MS See merge request app-frameworks/esp-rainmaker-common!11 == ./components/esp-rainmaker/components/json_generator/upstream/ origin https://github.com/espressif/json_generator.git (fetch) origin https://github.com/espressif/json_generator.git (push) * (HEAD detached at adc1cb0) master commit adc1cb0cd037eb089d12088f2eabf4ce7c5043d8 Author: Piyush Shah <piyush.shah@espressif.com> Date: Fri May 28 00:00:05 2021 +0530 json_gen_str_end: Return total length of the JSON created Even if json_gen_str_start() is now called with a NULL buffer, the subsequent APIs keep a track of the total length (even though the JSON itself won't be created), so that at the end, when json_gen_str_end() is called, the total length required for the JSON can be found. Applications can then allocate a buffer equal to this size and then call all the APIs again. == ./components/esp-rainmaker/components/json_parser/upstream/ origin https://github.com/espressif/json_parser.git (fetch) origin https://github.com/espressif/json_parser.git (push) * (HEAD detached at d049e71) master commit d049e7103f667c53a45bee5d27b7c15cb13b48c7 Author: Piyush Shah <piyush.shah@espressif.com> Date: Thu Sep 24 17:01:25 2020 +0530 jsmn: Set JSMN_STATIC so that there are no clashes with other instances of jsmn == ./components/esp-rainmaker/components/json_parser/upstream/jsmn/ origin https://github.com/zserge/jsmn.git (fetch) origin https://github.com/zserge/jsmn.git (push) * (HEAD detached at 053d3cd) master commit 053d3cd29200edb1bfd181d917d140c16c1f8834 Merge: a91022a 0837288 Author: P4t <pt300@tlen.pl> Date: Thu Apr 2 15:08:12 2020 +0200 Merge pull request espressif#175 from pks-t/pks/struct-type jsmn: declare struct names to allow forward decls == ./components/esp-rainmaker/components/rmaker_common/ origin https://github.com/espressif/esp-rainmaker-common.git (fetch) origin https://github.com/espressif/esp-rainmaker-common.git (push) * (HEAD detached at 473417c) master commit 473417c053888d4ad89def7d856e75a366f74122 Merge: 36ec6cf c1df0e9 Author: Piyush Shah <piyush@espressif.com> Date: Tue Feb 22 10:30:32 2022 +0000 Merge branch 'deprecated_define' into 'master' Use portTICK_PERIOD_MS instead of portTICK_RATE_MS See merge request app-frameworks/esp-rainmaker-common!11 == ./components/esp-dsp/ origin https://github.com/espressif/esp-dsp.git (fetch) origin https://github.com/espressif/esp-dsp.git (push) * (HEAD detached at 07aa7b1) master commit 07aa7b1c84637ac6621e2e460d4dd2cbe352385d Merge: 89d86a8 ac16b03 Author: Ivan Grokhotkov <ivan@espressif.com> Date: Wed Mar 9 19:29:57 2022 +0800 Merge branch 'version/1.2.0' into 'master' version: update to 1.2.0 See merge request idf/esp-dsp!68
Update toolchain to gcc8_4_0-esp-2021r2-patch3 and esptool to 3.3 (es… …pressif#6497) * Update toolchain to gcc8_4_0-esp-2021r2-patch3 * Update esptool to 3.3 * Remove old files * Update package_esp32_index.template.json * use esptool v3.3 (espressif#6498) could be used for all. Nice would be releasing in Platformio registry. * Switch toolchain for PIO CI Co-authored-by: Jason2866 <24528715+Jason2866@users.noreply.github.com>
Implement SigmaDelta based on ESP-IDF API (espressif#6053) Summary This PR is refactoring of SigmaDelta HAL in order to use IDF instead of current Register manipulation approach. Impact Change in API: uint32_t sigmaDeltaSetup(uint8_t channel, uint32_t freq); changed to --> uint32_t sigmaDeltaSetup(uint8_t pin, uint8_t channel, uint32_t freq); void sigmaDeltaAttachPin(uint8_t pin); removed, no longer needed. Pin is attached in sigmaDeltaSetup()
PreviousNext