Skip to content

Commit

Permalink
Pre Release Version 4.0.7
Browse files Browse the repository at this point in the history
Version 4.0.7 – 2024/02/22

Feature:
- Add I2C OLED SSD1306 example and libs
- Add load NN model using SD card feature
- Add MPU6050 support

API Updates:
- Update IPAddress.cpp
- Update SPI.h
- Update the pin_check related
    - enhance the logic of checking
    - speed up the proces

Misc:
- Add GitHub Action
    - label related Bug_report.yml
    - spell_check.yml
        - Enable "Check word spell"
        - Actions run every 'push' and 'pull_request'
- Update PULL_REQUEST_TEMPLATE.md
  • Loading branch information
M-ichae-l committed Feb 22, 2024
1 parent 964fa22 commit 2f622a2
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions Arduino_package/package_realtek_amebapro2_early_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,40 @@
{
"name": "Realtek Ameba Boards (32-bit Arm v8M @500MHz)",
"architecture": "AmebaPro2",
"version": "4.0.7-build20240222",
"category": "Contributed",
"help": {
"online": "https://forum.amebaiot.com/"
},
"url": "https://github.com/ambiot/ambpro2_arduino/raw/dev/Arduino_package/release/ameba_pro2-4.0.7-build20240222.tar.gz",
"archiveFileName": "ameba_pro2-4.0.7-build20240222.tar.gz",
"checksum": "SHA-256:7027cccd429c63fd504fc1c6d604fec44fe65fb080ae8e52037dbe517338629a",
"size": "92814523",
"boards": [
{"name": "AMB82 (RTL8735B)"},
{"name": "AMB82-MINI (RTL8735B)"}
],
"toolsDependencies": [
{
"packager": "realtek",
"name": "ameba_pro2_toolchain",
"version": "1.0.1-p1"
},
{
"packager": "realtek",
"name": "ameba_pro2_toolchain2",
"version": "1.0.1-p2"
},
{
"packager": "realtek",
"name": "ameba_pro2_tools",
"version": "1.2.16"
}
]
},
{
"name": "Realtek Ameba Boards (32-bit Arm v8M @500MHz)",
"architecture": "AmebaPro2",
"version": "4.0.7-build20240206",
"category": "Contributed",
"help": {
Expand Down
Binary file not shown.

0 comments on commit 2f622a2

Please sign in to comment.