You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 3.1.7 – 2024/02/16
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
- Fix BLE stack overflow when compiling with standard printf enabled
- Add BLEV7RC_CAR.ino
- Add DCT api examples
- Add include files in compile flag
- Add sub module of Preferences Credits to https://github.com/vshymanskyy/Preferences/tree/main
- Add example for the RGB LED on the BW16
- Credits to https://github.com/designer2k2
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 and PMS3003.h
- Update wiring_analog.c
- Add SPI slave mode selection
- Update WiFi server default socket connection to non-blocking mode
- Add in destructors for Wi-Fi Classes
- Update send_data() in ard_socket.c
- Add printf suppport for c++ standard lib by default
- Update Wlan lib
- Fix under promisc rssi sometimes is 0
- Update platform.txt
- fix compile issue when username has space
- Update the pin_check related API
- enhance the logic of checking
- speed up the process
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
- Add the source code of the Midbar (RTL8720DN Version)
- Update for BW16 pinmap
- Update for 1-10 mp image tool release
- Add package_realtek_amebad_early_index.json
- Update boards.txt
- Update supported board marcos
- Add CODE_OF_CONDUCT.md, LICENSE, CONTRIBUTING.md, PULL_REQUEST_TEMPLATE.md and Issue Template
- Add workflows for label related
- Add workflows spell_check.yml
- Enable "Check word spell"
- Actions run every 'push' and 'pull_request'
* We welcome any feature requests! It is helpful if you can explain exactly why the feature would be useful.
9
+
* There are some outstanding feature requests in the [List of existing issues](https://github.com/ambiot/ambd_arduino/issues?q=is%3Aopen+is%3Aissue) and [List of closed issues](https://github.com/ambiot/ambd_arduino/issues?q=is%3Aissue+is%3Aclosed), feel free to add any comments.
10
+
* If you would like to contribute, please refer to the [Contributing guide](https://github.com/ambiot/ambd_arduino/blob/dev/CONTRIBUTING.md).
11
+
- type: input
12
+
id: fr-hw
13
+
attributes:
14
+
label: Hardware Environment
15
+
description: Please describe your suggested hardware setup/environment.
16
+
placeholder: eg. Support for AMB23, AMB82-mini with a power bank...
17
+
validations:
18
+
required: true
19
+
- type: input
20
+
id: fr-area
21
+
attributes:
22
+
label: Related technical area
23
+
description: Please briefly explain the technical area of Feature Request.
issue-message: "Hello, hope this message finds you well. Congrats to your first Issue! We will review it as soon as possiable. Feel free to have a look at https://www.amebaiot.com/en/ameba-arduino-summary/ for more information"
16
+
pr-message: "Hello, hope this message finds you well. Congrats to your Pull Request! Thank you for the work. Your contributions have been outstanding"
0 commit comments