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. 11 8月, 2022 1 次提交
  3. 30 5月, 2022 1 次提交
    • P
      [DOCS] Added partition table tutorial (#6758) · 33011ede
      Pedro Minatel 提交于
      * Added partition table guide
      
      * Using a custom partition file
      
      * Added some more examples for partitions
      
      * Fixed the app partition offset
      
      * Added bare_minimum_2MB partition table file
      
      * PR review changes
      33011ede
  4. 05 4月, 2021 1 次提交
  5. 11 9月, 2019 1 次提交
    • L
      Fix wrong values in .cvs files (#3196) · 9710feda
      Luc 提交于
      * Fix wrong values in .cvs files
      
      Add missing upload size for partitions bigger than default one
      
      * Add new partion to generic
      
      Fix hardcoded partition for 16M flash
      9710feda
  6. 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
  7. 10 4月, 2019 2 次提交
  8. 03 3月, 2019 1 次提交
  9. 10 1月, 2019 1 次提交
  10. 20 11月, 2018 1 次提交
  11. 19 11月, 2018 1 次提交
  12. 18 9月, 2018 1 次提交
    • L
      FAT on SPI Flash Library (#1809) · 7206b2f3
      lbernstone 提交于
      * First commit of FFat library
      
      * Fixed reboot loops if no fat present. Added CMakeLists
      
      * Functionalize the partition checks
      
      * Cleanup, especially in format
      
      * Dont format if mounted.  More wording cleanup
      
      * 16M ffat should only be on 16M board
      
      * Fix some casting issues that trip up the compiler when building as ESP-IDF component
      7206b2f3
  13. 14 4月, 2018 1 次提交
  14. 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
  15. 05 3月, 2018 1 次提交
    • I
      Add EEPROMClass and examples (#1034) · 3310e2e3
      Ifediora Elochukwu C 提交于
      * enchanced EEPROMClass
      
      * Added eeprom examles and modified partition
      
      * added eeprom class and extra examples
      
      * No changes
      
      * No changes
      
      * added eeprom class and examples
      
      * fixed typo
      
      * length() returns user-defined sector size
      
      * updated and annotated example
      3310e2e3
  16. 14 9月, 2017 1 次提交
  17. 18 8月, 2017 1 次提交
  18. 01 8月, 2017 1 次提交
    • P
      EEPROM_library_ported_Partition_table_updated (#535) · 706bf487
      pbecchi 提交于
      * EEPROM_library_ported_Partition_table_updated
      
      * Cleanup & formal corrections
      
      * Make formatting of file consistent.
      
      Readability change, Concern about the SubType being 0x99.
      
      * Code formatting cleanup
      
      * Code formatting cleanup
      
      * Code formatting cleanup
      
      * Remove commented out code
      
      * Restore dropped bracket
      
      * Update EEPROM.cpp
      
      * Format Corrections
      
      * deletedExample
      
      * Corrected example
      
      * Deleted interrupts/nointerrupts
      
      * Update EEPROM.cpp
      706bf487
  19. 29 5月, 2017 1 次提交
  20. 22 4月, 2017 3 次提交
  21. 10 2月, 2017 1 次提交
    • M
      New partitions (#192) · fb8fe671
      Me No Dev 提交于
      * Add new partition scheme
      
      * Init NVS early, so it can be used without BT or WiFi
      fb8fe671
  22. 06 2月, 2017 1 次提交