ESP8266_NONOS_SDK

ESP8266 nonOS SDK

OTHER License

Stars
912
Committers
13

Support Policy for ESP8266 NonOS

Starting from December 2019,

  • We will not add any new features to the ESP8266 NonOS SDK.
  • We will only fix critical bugs in the ESP8266 NonOS SDK.
  • We will only maintain the master branch of ESP8266 NonOS SDK, which is a continuously bug-fix version based on v3.0. This means:
    • All other released branches will not be updated.
    • All the future versions will be released from only the master branch mentioned above.
  • It is suggested that the ESP8266_RTOS_SDK, instead of ESP8266 NonOS SDK, be used for your projects.

The latest ESP8266_RTOS_SDK allows users to develop applications using an architecture that are compatible with the SDKs of all Espressif chips, including ESP8266 series, ESP32 series, and the upcoming new series of chips. Switching to ESP8266_RTOS_SDK will helps users to:

  • Eliminate the necessity to maintain more than one applications (for different chips), thus greatly reducing maintenance costs.
  • Easily switch to other Espressif chips in the future for enhanced flexibility, less dependency, and reduced time-to-market.

Thank you for your interest in Espressif products.

ESP8266 NonOS

2019 12

  • ESP8266 NonOS
  • ESP8266 NonOS bug
  • master v3.0.0 bug
    • release
    • master
  • ESP8266_RTOS_SDK

ESP8266_RTOS_SDK SDK ESP8266 ESP32 ESP8266_RTOS_SDK

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.