Skip to content

Commit

Permalink
Pre Release Version 3.1.7
Browse files Browse the repository at this point in the history
Feature:
- Update for Wi-Fi coding style
- Add RFID examples
- Update SimpleHttpExample.ino
- Update MQTT examples
- Update UDP Calculation examples
- Update WiFiAPMode examples
- Remove unnecessary "shield" check for Wi-Fi examples
- Update Power Save TicklessMode example
- Update arduboy zip

API Updates:
- Add SPI API to support drawBitmap()
- Update SPI API to support external library tft_eSPI
- Add "Upload Speed" option for menu of IDE
- Update Wi-Fi ap and station concurrent mode
- Update Debugging mode feature
- Update for final evaluation kit for NORA-W30
- Update "board.txt" and "platform.txt"
- Update i2c API
- Update PMS3003.cpp
- Update wiring_analog.c

Misc:
- Update tool V1.1.1.1(MacOS only), V1.1.2 Support the lower version of MacOS
- Update IFTTT documentation to add in Line Notify features
- Update AmebaEink.zip
- Update Ameba_TensorFlowLite.zip
- Update AmebaD Arduino IDE Tools menu
- Add Example_Tools folder
- Update greetings.yml
- Update README
- Update tool V1.1.3 Support puya flash
  • Loading branch information
M-ichae-l committed Jul 31, 2023
1 parent 02a2bb6 commit d2865db
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
63 changes: 63 additions & 0 deletions Arduino_package/package_realtek.com_amebad_early_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,42 @@
{
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
"architecture": "AmebaD",
"version": "3.1.7-build20230731",
"category": "Contributed",
"help": {
"online": "https://www.amebaiot.com/"
},
"url": "https://github.com/ambiot/ambd_arduino/raw/dev/Arduino_package/release/ameba_d-3.1.7-build20230731.tar.gz",
"archiveFileName": "ameba_d-3.1.7-build20230731.tar.gz",
"checksum": "SHA-256:3a26b63f68f93e7d7f3dc7f93e233b775f16860201e5fe1c79af357f778196cb",
"size": "15533621",
"boards": [
{"name": "AMB21 (RTL8722DM)"},
{"name": "AMB22 (RTL8722CSM)"},
{"name": "AMB23 (RTL8722DM)"},
{"name": "BW16 (RTL8720DN)"},
{"name": "BW16-TypeC (RTL8720DN)"},
{"name": "AW-CU488 Thing Plus (RTL8721DM)"},
{"name": "AMB25 (RTL8720DF)"},
{"name": "AMB26 (RTL8720DF)"},
{"name": "NORA-W30 (RTL8720DF)"}
],
"toolsDependencies": [
{
"packager": "realtek",
"name": "ameba_d_asdk_toolchain",
"version": "1.0.1"
},
{
"packager": "realtek",
"name": "ameba_d_tools",
"version": "1.1.3"
}
]
},
{
"name": "Realtek Ameba Boards (32-bits ARM Cortex-M33 @200MHz)",
"architecture": "AmebaD",
"version": "3.1.7-build20230628",
"category": "Contributed",
"help": {
Expand Down Expand Up @@ -413,6 +449,33 @@
"size":"91538901"
}
]
},
{
"name": "ameba_d_tools",
"version": "1.1.3",
"systems": [
{
"host": "i686-mingw32",
"archiveFileName": "ameba_d_tools_windows-1.1.3.tar.gz",
"url": "https://github.com/ambiot/ambd_arduino/raw/dev/Arduino_package/release/ameba_d_tools_windows-1.1.3.tar.gz",
"checksum": "SHA-256:e864b707aa9794b7530d6c5913ceacf67930b3dd64a92953ca029e8a136df2c9",
"size": "3260093"
},
{
"host": "x86_64-pc-linux-gnu",
"archiveFileName": "ameba_d_tools_linux-1.1.3.tar.gz",
"url": "https://github.com/ambiot/ambd_arduino/raw/dev/Arduino_package/release/ameba_d_tools_linux-1.1.3.tar.gz",
"checksum": "SHA-256:f3cb543d63c59ba3d66f1181252cec407824d5cc196cf2fb1719aee4328c2c0e",
"size": "2976097"
},
{
"host": "x86_64-apple-darwin",
"archiveFileName": "ameba_d_tools_macos-1.1.3.tar.gz",
"url": "https://github.com/ambiot/ambd_arduino/raw/dev/Arduino_package/release/ameba_d_tools_macos-1.1.3.tar.gz",
"checksum": "SHA-256:fec90f971a7f22b4e6ffbe770d25da4bd52cbd92cc8d473620d8b86ac1040713",
"size": "1063699"
}
]
},
{
"name": "ameba_d_tools",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d2865db

Please sign in to comment.