* Add EDA Education Board Configuration - Add eda-tv-pro Board Configuration - Add eda-robot-pro Board Configuration - Add eda-super-bear Board Configuration * docs(oscillator): Add file headers with copyright and license information - Add comprehensive file headers to oscillator.cc and oscillator.h in eda-robot-pro board - Add comprehensive file headers to oscillator.cc and oscillator.h in eda-super-bear board - Include original author attribution (Juan Gonzalez-Gomez/Obijuan) and ESP32 port credit (txp666) - Include GPL license notice and file descriptions for clarity and compliance * fix: Move the eda* boards to the lceda-course-examples folder. - Move eda-robot-pro, eda-super-bear, and eda-tv-pro boards to lceda-course-examples subdirectory - Update CMakeLists.txt to set MANUFACTURER variable for each board configuration
15 lines
414 B
Markdown
15 lines
414 B
Markdown
## EDA-Super-Bear 机器熊
|
||
|
||
### 项目文档
|
||
- [EDA-Super-Bear 项目文档](https://wiki.lceda.cn/zh-hans/course-projects/smart-internet/eda-superbear/eda-superbear-introduce.html)
|
||
|
||
### 编译配置
|
||
Flash大小按ESP32S3模组大小调整
|
||
例如模组Flash容量为8MB时:
|
||
|
||
```
|
||
Partition Table --->
|
||
Partition Table (Custom partition table CSV) --->
|
||
(partitions/v2/8m.csv) Custom partition CSV file
|
||
```
|