Skip to content

Olaclemmy/ESP8266_NONOS_SDK

This branch is 280 commits behind espressif/ESP8266_NONOS_SDK:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7a31cb7 · Apr 23, 2019
Aug 23, 2018
Aug 24, 2018
Dec 29, 2018
Mar 13, 2019
Mar 13, 2019
Dec 18, 2017
Apr 23, 2019
Apr 16, 2019
Jul 13, 2018
Jul 12, 2018
May 5, 2017
Feb 21, 2019
Jul 21, 2018
Apr 17, 2019

Repository files navigation

ESP8266_NONOS_SDK

All documentations @ http://espressif.com/en/support/download/documents?keys=&field_type_tid%5B%5D=14

Notes

Please add user_pre_init() in your project, which will be called before user_init(). And you MUST call system_partition_table_regist() in user_pre_init to register your project partition table.

The following partition address CAN NOT be modified, and you MUST give the correct address. They are retated to the flash map, please refer to ESP8266 SDK Getting Started Guide or ESP8266 SDK 入门指南.

  • SYSTEM_PARTITION_BOOTLOADER
  • SYSTEM_PARTITION_OTA_1
  • SYSTEM_PARTITION_OTA_2
  • SYSTEM_PARTITION_SYSTEM_PARAMETER

If you donot use Non-FOTA bin, eagle.irom0.text.bin and irom0.text MUST be downloaded the fixed address, which also can be found in ESP8266 SDK Getting Started Guide or ESP8266 SDK 入门指南, and you can define their partition type after SYSTEM_PARTITION_CUSTOMER_BEGIN.

About

ESP8266 nonOS SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 79.6%
  • C++ 10.3%
  • Makefile 4.2%
  • Python 3.8%
  • Shell 2.1%