-
clone 了esp8266 release/v2.x.x 或者v2.0.0 版本都不能完成 编译
提示部分函数的声明缺失.
通过grep 命令 全局搜索 该函数 发现没有此函数的说明
应该怎么解决?
下面是log
PS: build 文件夹是 sdk的output 文件夹
hesson@DESKTOP-UR7VT96:~/esp8266/ESP8266_RTOS_SDK/th…
-
when I run this command
wls@ubuntu:~/esp/ESP8266_RTOS_SDK/examples/get-started/hello_world$ make all
Encountered this error:
Building partitions from /home/wls/esp/ESP8266_RTOS_SDK/compon…
-
in the root directory I run cmake.
I get
_Unknown CMake command "idf_build_set_property"._
cmake trace
./ESP8266/ESP8266_RTOS_SDK/CMakeLists.txt(4): unset(compile_options )
./ESP8266/ESP8266_R…
-
mcux-sdk is heavily coupled to FreeRTOS as the only possible RTOS.
But the choice of an RTOS depends on several conditions and needs.
FreeRTOS is quite popular, but other choices are Zephyr, RT-Thre…
-
Sometimes clangd crashed when I'm editing a file in https://github.com/espressif/esp-idf.
**Logs**
```
V[14:12:11.141] Dropped diagnostic: d:\programs\esp\esp_idf_download\examples\com\usb_prot…
zoumi updated
2 years ago
-
When I run the Hello World example from https://github.com/GreenWaves-Technologies/pmsis_tests/tree/master/quick/hello on the virtual platform in Centos 7.9, I get a segmentation fault.
I'm using the…
bbo49 updated
2 years ago
-
**Describe the bug**
Commit https://github.com/zephyrproject-rtos/zephyr/commit/e71dc74228ef6730d1b1daf0f687f40bc52268d3 fixes null terminaton of passphrase/password in user input, but after that hos…
-
### Configuration
**Operating system**: Ubuntu 18.04.1 LTS
**PlatformIO Version** (`platformio --version`): 3.6.3
### Description of problem
While attempting to install some packages on a …
-
hello,i have some questions for rtos sdk,i am learning how to use the 8266 by the sdk,but l find some function is for esp32,e.g.“esp_event_loop_create_default”,“esp_netif_init” .i can`t find this in t…
-
Umbrella issue for modules which may require an update before Zephyr 4.0.
- [ ] https://github.com/zephyrproject-rtos/acpica (@najumon1980)
- [x] https://github.com/zephyrproject-rtos/babblesim-ma…