feat(board): Add project support for the EDA course case team#130
Open
JasonYANG170 wants to merge 1 commit into
Open
feat(board): Add project support for the EDA course case team#130JasonYANG170 wants to merge 1 commit into
JasonYANG170 wants to merge 1 commit into
Conversation
- Add eda_tv_pro Board Configuration - Add eda_robot_pro Board Configuration - Add eda_super_bear Board Configuration - Add eda_ai_gamebox Board Configuration
Author
|
sha=fd647db7b56fda87572cfcca73bc85a36c4e2e7e |
1 similar comment
Collaborator
|
sha=fd647db7b56fda87572cfcca73bc85a36c4e2e7e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Add full board-level configuration support for four development boards for the EDA course case team.
New Board Configurations
eda_tv_proeda_robot_proeda_super_beareda_ai_gameboxChanges
Each board includes the following configuration files:
README.md— Board documentationboard_info.yaml— Board basic informationboard_devices.yaml— Device configurationboard_peripherals.yaml— Peripheral configurationsdkconfig.defaults.board— SDK default configurationsetup_device.c— Device initialization code (partial boards)File Path
All board configurations are located under
application/edge_agent/boards/lceda-course-examples/.Test environment