initial commit

This commit is contained in:
2024-12-15 00:34:01 +06:00
commit 31efbc726f
1576 changed files with 657692 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
uart atcmd example is for AT command v2
For AT command v2, please refer to "AN0075 Realtek Ameba-all at command v2.0".pdf
For Ameba 1, if cannot build pass due to large code size in SRAM, you could
1. link some codes in SDRAM,
2. or reduce SRAM heap (configTOTAL_HEAP_SIZE ) and enable SDRAM heap in heap_5.c.