Skip to content

Commit 78e98c4

Browse files
committedJul 16, 2021
[amebapro] SDK first commit
0 parents  commit 78e98c4

File tree

1,893 files changed

+824042
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,893 files changed

+824042
-0
lines changed
 

‎.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
*.dep
2+
*.ewt
3+
*.d
4+
*.o
5+
*.su
6+
project/realtek_amebapro_v0_example/EWARM-RELEASE/Debug
7+
project/realtek_amebapro_v0_example/EWARM-RELEASE/settings
8+
project/realtek_amebapro_v0_example/EWARM-RELEASE/postbuild_is_log.txt
9+
project/realtek_amebapro_v0_example/EWARM-RELEASE/xip_fw.icf
10+
project/realtek_amebapro_v0_example/EWARM-RELEASE/key.json

‎.gitmodules

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[submodule "lib_amazon/amazon-kinesis-video-streams-producer-embedded-c"]
2+
path = lib_amazon/amazon-kinesis-video-streams-producer-embedded-c
3+
url = https://github.com/aws-samples/amazon-kinesis-video-streams-producer-embedded-c.git
4+
[submodule "lib_amazon/amazon-freertos-202012.00"]
5+
path = lib_amazon/amazon-freertos-202012.00
6+
url = https://github.com/ambiot/amazon-freertos.git
7+
branch = amebaPro-5.2h-202012.00-LTS

0 commit comments

Comments
 (0)
Please sign in to comment.