-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated Anjay to version 3.1.1 - Added CHANGELOG.md file - Added information about updating submodule to README.md step - Integrated with FreeRTOS Cellular Interface - Fixed display configuration in m5stick-plus.bin binary file
- Loading branch information
Showing
21 changed files
with
956 additions
and
94 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,7 @@ | ||
[submodule "main/anjay"] | ||
path = main/anjay | ||
url = https://github.com/AVSystem/Anjay.git | ||
[submodule "main/FreeRTOS-Cellular-Library"] | ||
path = main/FreeRTOS-Cellular-Interface | ||
url = https://github.com/AVSystem/FreeRTOS-Cellular-Interface | ||
branch = esp32-client-v1.2.0 |
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,67 @@ | ||
# Changelog | ||
|
||
## 22.08 (August 12th, 2022) | ||
|
||
### Features | ||
|
||
- Updated Anjay to version 3.1.1 | ||
- Added CHANGELOG.md file | ||
- Added support for BG96 | ||
- Integrated with FreeRTOS Cellular Interface | ||
|
||
### Bugfixes | ||
|
||
- Fixed display configuration in m5stick-plus.bin binary file | ||
|
||
## 22.06 (June 27th, 2022) | ||
|
||
### Features | ||
|
||
- Updated Anjay to version 3.0.0 | ||
- Added support for certificates and TCP socket | ||
- Added non-secure connection option | ||
- Added support for Send operation | ||
|
||
## 22.04.1 (April 28th, 2022) | ||
|
||
### Bugfixes | ||
|
||
- Fix configuration issue regarded to improper include order. | ||
|
||
## 22.04 (April 13th, 2022) | ||
|
||
### Features | ||
|
||
- added support for FOTA | ||
- added support for changing Wi-Fi configuration while the device is | ||
running | ||
- added NVS for Anjay and Wi-Fi configuration | ||
|
||
### Improvements | ||
|
||
- all required configuration can be set from anjay-esp32-client component | ||
config | ||
- updated ESP-IDF and Anjay | ||
|
||
## 22.01.1 (January 26th, 2022) | ||
|
||
### Bugfixes | ||
|
||
- Fixed configuration in avs_commons_config.h | ||
|
||
## 22.01 (January 21st, 2022) | ||
|
||
### Features | ||
|
||
- added support for M5StickC-Plus hardware | ||
- added generic sensors objects handling code | ||
|
||
### Improvements | ||
|
||
- anjay handling WiFi connection loss | ||
|
||
## 21.10 (October 4th, 2021) | ||
|
||
### Features | ||
|
||
- Initial release of Anjay-esp32-client |
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
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 |
---|---|---|
|
@@ -20,4 +20,3 @@ | |
PROJECT_NAME := anjay-esp32-client | ||
|
||
include $(IDF_PATH)/make/project.mk | ||
|
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
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
Submodule FreeRTOS-Cellular-Interface
added at
dc12cb
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.