1. 22 12月, 2022 1 次提交
    • S
      Draft: Esp insights library support (#7566) · 161b1673
      Sanket Wadekar 提交于
      * ESP Insights: Added library support
      
      * ESP Insights: Added Examples
      
      * ESP Insights: Added custom partitions file
      
      * ESP Insights: Added API documentation.
      
      * Added recipe and script to create Insights package
      
      * Updated ESP Insights examples.
      
      * Changed Insights Firmware package output directory
      
      * Changed license to include SPDX license
      
      * Fix Insights package for Windows
      
      * Updated .exe of insights script
      
      * Added coredump partition to all schemes
      
      * Updated header files of Insights diagnostics
      
      * hotfix: Added elf-sha256-offset flag in elf2bin
      builder
      
      * Update API to be more Arduino-like and partitions offsets
      Co-authored-by: NMe No Dev <me-no-dev@users.noreply.github.com>
      161b1673
  2. 24 4月, 2019 1 次提交
    • L
      Converted EEPROM library to use nvs instead of partition. (#2678) · 619568db
      lbernstone 提交于
      * Converted EEPROM library to use nvs instead of partition.  Removed eeprom partition from all partition table CSV files.
      * Changed variable names, added some comments, formatting as per me-no-dev's requests
      * Checks for memory on malloc
      * Moved include nvs.h from header to code
      * Reworked the extra example to make it more clear how to actually use the library and persist data
      619568db
  3. 10 4月, 2019 1 次提交
  4. 10 1月, 2019 1 次提交
  5. 07 4月, 2018 1 次提交
    • M
      Update IDF to f586f5e (#1296) · 69f72eca
      Me No Dev 提交于
      * Update BLE lib
      
      * Update IDF to f586f5e
      
      * Restructure Bluetooth Serial includes
      
      * Update esptool and gen_esp32part
      
      * Add partition scheme selection for menuconfig
      
      * Add partition scheme selection for Arduino IDE
      
      * Fix BLE example
      
      * Second attempt BLE fix
      
      * Add exceptions to PIO
      69f72eca