This website requires JavaScript.
Explore
Help
Register
Sign In
espressif
/
ESP8266_RTOS_SDK
Watch
1
Star
0
Fork
0
You've already forked ESP8266_RTOS_SDK
mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced
2025-11-01 20:20:20 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2,069
Commits
11
Branches
23
Tags
Commit Graph
2 Commits
Author
SHA1
Message
Date
dongheng
63b5c1969b
fix(freertos): fix link bss data to IRAM causing crash
...
Global data of port.c, xtensa_context.S and xtensa_vectors.S should not be linked into IRAM now.
2019-10-09 15:33:58 +08:00
dongheng
3e6c6696ef
feat(make): add "iram_bss" to link some global varible from DRAM to IRAM
2019-09-26 17:33:22 +08:00