-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 3.1.5 – 2023/01/09 Feature: - Support Arduino IDE 2.0 - Enable debugging feature for Arduino IDE 2.0 - Add GCC standard lib compile support - Add board Ameba, AMB25 and AMB26 - Add board u-blox, NORA-W30 - Add in pin mapping comments examples - Update WiFiWebServer example to allow user to choose the analog pin they want to read - Update WS2812B example API Updates: - Update Arduino.h to include dtostrf and itoa libs - Update "WS2812B.cpp" to solve compilation error - Update BW16 "variant.cpp" for user to select enable analog pin "A0" and "A1" - Update "platform.txt" to enable precompiled libraries - Update realted API files for new board AMB25 and AMB26 - Update "board.txt" for new boards AMB25, AMB26 and NORA-W30 - Update folder "variants\common_libs" and "system" - SDK source common libs and header files - Minor bug fix Misc: - Add "Standard Lin Enable" to the IDE menu to switch between Ameba and gcc standard lib function - Rename folders inside variants for new board AMB25, AMB26 and NORA-W30 - Update TensorFlowLite for AMB25/AMB26 board Support
- Loading branch information
Showing
254 changed files
with
23,441 additions
and
19,068 deletions.
There are no files selected for viewing
Binary file added
BIN
+41 KB
Ameba_misc/Fritzing and Pinmux/AMB25 (RTL8720DF)/AMB25 (RTL8720DF).fzpz
Binary file not shown.
588 changes: 588 additions & 0 deletions
588
...nd Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) Schematic 2022-01-03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+68.3 KB
...g and Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) bottom 2022-12-29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,343 changes: 1,343 additions & 0 deletions
1,343
...g and Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) bottom 2022-12-29.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
535 changes: 535 additions & 0 deletions
535
...zing and Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) pcb 2022-12-29.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+397 KB
...g and Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) pinmap 2022-12-29.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6,550 changes: 6,550 additions & 0 deletions
6,550
...g and Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) pinmap 2022-12-29.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+52.6 KB
...zing and Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) top 2023-01-03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,935 changes: 1,935 additions & 0 deletions
1,935
...zing and Pinmux/AMB25 (RTL8720DF)/graphics/AMB25 (RTL8720DF) top 2023-01-03.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+2.74 KB
(100%)
Ameba_misc/Fritzing and Pinmux/BW16-TypeC (RTL8720DN)/BW16-TypeC (RTL8720DN) EVB.fzpz
Binary file not shown.
2,601 changes: 2,601 additions & 0 deletions
2,601
...nd Pinmux/BW16-TypeC (RTL8720DN)/graphics/BW16-TypeC (RTL8720DN) 2023-01-09.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
432 changes: 432 additions & 0 deletions
432
...itzing and Pinmux/BW16-TypeC (RTL8720DN)/graphics/BW16-TypeC PCB 2023-01-09.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+217 KB
...ing Plus AW-CU488 (RTL8721DM)/SparkFun AzureWave Thing Plus AW-CU488 (RTL8721DM) PCB.fzpz
Binary file not shown.
Binary file added
BIN
+19 KB
...ve Thing Plus AW-CU488 (RTL8721DM)/graphics/AW-CU488 (RTL8721DM) 2022-11-07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,504 changes: 3,504 additions & 0 deletions
3,504
...ve Thing Plus AW-CU488 (RTL8721DM)/graphics/AW-CU488 (RTL8721DM) 2022-11-07.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions
22
Arduino_package/ameba_d_tools_linux/debug/RTL872x_Arduino_debug.JLinkScript
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
void ConfigTargetSettings(void) { | ||
JLINK_CORESIGHT_AddAP(0, CORESIGHT_APB_AP); | ||
JLINK_CORESIGHT_AddAP(1, CORESIGHT_AHB_AP); | ||
JLINK_CORESIGHT_AddAP(2, CORESIGHT_AHB_AP); | ||
JLINK_CPU = CORTEX_M33; | ||
JLINK_CORESIGHT_IndexAHBAPToUse = 2; | ||
|
||
JLINK_ExecCommand("map ram 0x10000000-0x1007FFFF"); | ||
JLINK_ExecCommand("map add 0x08000000-0x0FFFFFFF N FLASH"); | ||
JLINK_ExecCommand("DisableFlashBPs"); | ||
JLINK_ExecCommand("DisableFlashDL"); | ||
|
||
JTAG_WriteClocks(1); | ||
JTAG_Speed = 1000; | ||
} | ||
|
||
void AfterResetTarget(void) { | ||
unsigned int TMP; | ||
TMP = MEM_ReadU32(0x480003F8); | ||
TMP = TMP | (1<<25); | ||
MEM_WriteU32(0x480003F8, TMP); | ||
} |
This file contains 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
22 changes: 22 additions & 0 deletions
22
Arduino_package/ameba_d_tools_macos/debug/RTL872x_Arduino_debug.JLinkScript
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
void ConfigTargetSettings(void) { | ||
JLINK_CORESIGHT_AddAP(0, CORESIGHT_APB_AP); | ||
JLINK_CORESIGHT_AddAP(1, CORESIGHT_AHB_AP); | ||
JLINK_CORESIGHT_AddAP(2, CORESIGHT_AHB_AP); | ||
JLINK_CPU = CORTEX_M33; | ||
JLINK_CORESIGHT_IndexAHBAPToUse = 2; | ||
|
||
JLINK_ExecCommand("map ram 0x10000000-0x1007FFFF"); | ||
JLINK_ExecCommand("map add 0x08000000-0x0FFFFFFF N FLASH"); | ||
JLINK_ExecCommand("DisableFlashBPs"); | ||
JLINK_ExecCommand("DisableFlashDL"); | ||
|
||
JTAG_WriteClocks(1); | ||
JTAG_Speed = 1000; | ||
} | ||
|
||
void AfterResetTarget(void) { | ||
unsigned int TMP; | ||
TMP = MEM_ReadU32(0x480003F8); | ||
TMP = TMP | (1<<25); | ||
MEM_WriteU32(0x480003F8, TMP); | ||
} |
This file contains 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
22 changes: 22 additions & 0 deletions
22
Arduino_package/ameba_d_tools_windows/debug/RTL872x_Arduino_debug.JLinkScript
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
void ConfigTargetSettings(void) { | ||
JLINK_CORESIGHT_AddAP(0, CORESIGHT_APB_AP); | ||
JLINK_CORESIGHT_AddAP(1, CORESIGHT_AHB_AP); | ||
JLINK_CORESIGHT_AddAP(2, CORESIGHT_AHB_AP); | ||
JLINK_CPU = CORTEX_M33; | ||
JLINK_CORESIGHT_IndexAHBAPToUse = 2; | ||
|
||
JLINK_ExecCommand("map ram 0x10000000-0x1007FFFF"); | ||
JLINK_ExecCommand("map add 0x08000000-0x0FFFFFFF N FLASH"); | ||
JLINK_ExecCommand("DisableFlashBPs"); | ||
JLINK_ExecCommand("DisableFlashDL"); | ||
|
||
JTAG_WriteClocks(1); | ||
JTAG_Speed = 1000; | ||
} | ||
|
||
void AfterResetTarget(void) { | ||
unsigned int TMP; | ||
TMP = MEM_ReadU32(0x480003F8); | ||
TMP = TMP | (1<<25); | ||
MEM_WriteU32(0x480003F8, TMP); | ||
} |
This file contains 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
Oops, something went wrong.