From c49f495f6881ce04f654f82b6208bd362e0fdeb9 Mon Sep 17 00:00:00 2001 From: Manh-Thao NGUYEN Date: Mon, 29 Jan 2024 02:53:02 +0100 Subject: [PATCH] Update: Change version 12.7.1-0 to 12.7.2-0 --- Example/Echo_lab_06/README.md | 2 +- README.md | 80 ++++++++++++----------- platform.txt | 2 +- variants/variant_EchoT6/variant_generic.h | 4 +- variants/variant_EchoT7/variant_generic.h | 4 +- 5 files changed, 48 insertions(+), 44 deletions(-) diff --git a/Example/Echo_lab_06/README.md b/Example/Echo_lab_06/README.md index f9247decc7..ebdda6df97 100644 --- a/Example/Echo_lab_06/README.md +++ b/Example/Echo_lab_06/README.md @@ -1,6 +1,6 @@ # LEAT EchoStar Terminal BSP -###### This document is applied to core version 12.7.1-0 +###### This document is applied to core version 12.7.2-0 This reposistory contains the Arduino Core for LEAT EchoStar Terminals. diff --git a/README.md b/README.md index e3fb8085e0..5cff1956d6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # LEAT EchoStar Terminal BSP -###### This document is applied to core version 12.7.1-0 +###### This document is applied to core version 12.7.2-0 This reposistory contains the Arduino Core for LEAT EchoStar Terminals. ### EchoStar-Term-7 with IP65 transparent casing -| 📡 🛰️ | 📡 🛰️ | -|:---:|:---:| +| 📡 🛰️ | 📡 🛰️ | +| :------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------: | | | | ### Supported boards: @@ -67,41 +67,45 @@ There are external libraries used in these example. They could be found & instal The variant in this core includes pre-define for MCU pins connected to on-boards peripherals / modules. Details are listed as follows: -| No. | Define | Term 6 Pin | Term 7 Pin | Description | -| :---: | :---------------------: | :--------: | :--------: | -------------------------------------------------------- | -| 1 | LEAT_BOARD_VERSION | 6 | 7 | Board version | -| 2 | CORE_VERSION_MAJOR | 12 | 12 | Core version (Major part) | -| 3 | CORE_VERSION_MINOR | 7 | 7 | Core version (Minor part) | -| 4 | CORE_VERSION_PATCH | 1 | 1 | Core version (Patch number) | -| 5 | CORE_VERSION_BUILD | 0 | 0 | Core version (Build number) | -| 6 | CORE_VERSION_STRING | "12.7.1-0" | "12.7.1-0" | Core version in string format | -| 7 | LED_BUILTIN | PA13 | PA15 | Integrated LED pin | -| 8 | USER_BTN | PC2 | PA14 | Integrated button pin | -| 9 | SENSORS_BATERY_ADC_PIN | PA2 | PB1 | ADC pin that connected to resistor voltage divider | -| 10 | ECHOSTAR_PWR_ENABLE_PIN | Not available | PH1 | EchoStar EM2050 LDO enable pin | -| 11 | ECHOSTAR_TXD_PIN | PC0 | PA10 | EchoStar EM2050 Serial TxD pin (assigned to MCU RxD pin) | -| 12 | ECHOSTAR_RXD_PIN | PC1 | PA9 | EchoStar EM2050 Serial RxD pin (assigned to MCU TxD pin) | -| 13 | ECHOSTAR_SWCTRL_PIN | PB4 | PB0 | EchoStar EM2050 SWCTRL pin (MCU should read only) | -| 14 | ECHOSTAR_RTS_PIN | PC12 | PB15 | EchoStar EM2050 RTS pin | -| 15 | ECHOSTAR_BOOT_PIN | PC11 | PA5 | EchoStar EM2050 Bootloader enable pin | -| 16 | ECHOSTAR_nRST_PIN | PC10 | PA6 | EchoStar EM2050 nRST pin | -| 17 | DPDT_PWR_ENABLE_PIN | Not available | PA7 | Sband RF Switch power supply pin | -| 18 | DPDT_CTRL_PIN | PB8 | PA4 | Sband RF Switch control pin | -| 19 | GNSS_TXD_PIN | PB7 | PA1 | GNSS Serial TxD pin (assigned to MCU RxD pin) | -| 20 | GNSS_RXD_PIN | PA9 | PA0 | GNSS Serial RxD pin (assigned to MCU TxD pin) | -| 21 | GNSS_WAKEUP_PIN | PB5 | Not available | GNSS Wakeup pin | -| 22 | GNSS_PWR_ENABLE_PIN | PA1 | PC13 | GNSS LDO enable pin | -| 23 | GNSS_1PPS_PIN | PA0 | Not available | GNSS 1PPS pin | -| 24 | GNSS_V_BCKP_PIN | PC3 | PH0 | GNSS V_BCKP pin | -| 25 | SENSORS_PWR_ENABLE_PIN | PA14 | PA13 | Sensors LDO enable pin | -| 26 | SENSORS_I2C_SDA_PIN | PA10 | PB7 | I2C SDA pin for sensor communication | -| 27 | SENSORS_I2C_SCL_PIN | PB6 | PB8 | I2C SCL pin for sensor communication | -| 28 | SENSORS_ACC_INT_1_PIN | PB11 | PA8 | KX023 INT1 pin | -| 29 | SENSORS_ACC_INT_2_PIN | PB10 | Not available | KX023 INT2 pin | -| 30 | SENSORS_ACC_TRIG_PIN | PB12 | Not available | KX023 TRIG pin | -| 31 | SENSORS_BME280_ADDRESS | 0x76 | 0x76 | I2C Address of BME280 | -| 32 | SENSORS_BME680_ADDRESS | Not available | 0x77 | I2C Address of BME680/688 | -| 33 | SENSORS_KX023_ADDRESS | 0x1F | 0x1F | I2C Address of KX023 | +| No. | Define | Term 6 Pin | Term 7 Pin | Description | +| :---: | :---------------------: | :-----------: | :-----------: | -------------------------------------------------------- | +| 1 | LEAT_BOARD_VERSION | 6 | 7 | Board version | +| 2 | CORE_VERSION_MAJOR | 12 | 12 | Core version (Major part) | +| 3 | CORE_VERSION_MINOR | 7 | 7 | Core version (Minor part) | +| 4 | CORE_VERSION_PATCH | 2 | 2 | Core version (Patch number) | +| 5 | CORE_VERSION_BUILD | 0 | 0 | Core version (Build number) | +| 6 | CORE_VERSION_STRING | "12.7.2-0" | "12.7.2-0" | Core version in string format | +| 7 | LED_BUILTIN | PA13 | PA15 | Integrated LED pin | +| 8 | USER_BTN | PC2 | PA14 | Integrated button pin | +| 9 | SENSORS_BATERY_ADC_PIN | PA2 | PB1 | ADC pin that connected to resistor voltage divider | +| 10 | ECHOSTAR_PWR_ENABLE_PIN | Not available | PH1 | EchoStar EM2050 LDO enable pin | +| 11 | ECHOSTAR_TXD_PIN | PC0 | PA10 | EchoStar EM2050 Serial TxD pin (assigned to MCU RxD pin) | +| 12 | ECHOSTAR_RXD_PIN | PC1 | PA9 | EchoStar EM2050 Serial RxD pin (assigned to MCU TxD pin) | +| 13 | ECHOSTAR_SWCTRL_PIN | PB4 | PB0 | EchoStar EM2050 SWCTRL pin (MCU should read only) | +| 14 | ECHOSTAR_RTS_PIN | PC12 | PB15 | EchoStar EM2050 RTS pin | +| 15 | ECHOSTAR_BOOT_PIN | PC11 | PA5 | EchoStar EM2050 Bootloader enable pin | +| 16 | ECHOSTAR_nRST_PIN | PC10 | PA6 | EchoStar EM2050 nRST pin | +| 17 | DPDT_PWR_ENABLE_PIN | Not available | PA7 | Sband RF Switch power supply pin | +| 18 | DPDT_CTRL_PIN | PB8 | PA4 | Sband RF Switch control pin | +| 19 | GNSS_TXD_PIN | PB7 | PA1 | GNSS Serial TxD pin (assigned to MCU RxD pin) | +| 20 | GNSS_RXD_PIN | PA9 | PA0 | GNSS Serial RxD pin (assigned to MCU TxD pin) | +| 21 | GNSS_WAKEUP_PIN | PB5 | Not available | GNSS Wakeup pin | +| 22 | GNSS_PWR_ENABLE_PIN | PA1 | PC13 | GNSS LDO enable pin | +| 23 | GNSS_1PPS_PIN | PA0 | Not available | GNSS 1PPS pin | +| 24 | GNSS_V_BCKP_PIN | PC3 | PH0 | GNSS V_BCKP pin | +| 25 | SENSORS_PWR_ENABLE_PIN | PA14 | PA13 | Sensors LDO enable pin | +| 26 | SENSORS_I2C_SDA_PIN | PA10 | PB7 | I2C SDA pin for sensor communication | +| 27 | SENSORS_I2C_SCL_PIN | PB6 | PB8 | I2C SCL pin for sensor communication | +| 28 | SENSORS_ACC_INT_1_PIN | PB11 | PA8 | KX023 INT1 pin | +| 29 | SENSORS_ACC_INT_2_PIN | PB10 | Not available | KX023 INT2 pin | +| 30 | SENSORS_ACC_TRIG_PIN | PB12 | Not available | KX023 TRIG pin | +| 31 | USB_SERIAL | Serial | Serial | Serial instance for USB communication | +| 32 | GNSS_SERIAL | Serial1 | Serial4 | Serial instance for the GNSS module | +| 33 | ECHOSTAR_SERIAL | SerialLP1 | Serial1 | Serial instance for the EM2050 module | +| 34 | HEADER_SERIAL | Not available | Serial2 | Serial instance for Header Pins | +| 35 | SENSORS_BME280_ADDRESS | 0x76 | 0x76 | I2C Address of BME280 | +| 36 | SENSORS_BME680_ADDRESS | Not available | 0x77 | I2C Address of BME680/688 | +| 37 | SENSORS_KX023_ADDRESS | 0x1F | 0x1F | I2C Address of KX023 | # To-do diff --git a/platform.txt b/platform.txt index 66876fdaf0..eb8cf778ba 100644 --- a/platform.txt +++ b/platform.txt @@ -9,7 +9,7 @@ # https://arduino.github.io/arduino-cli/latest/platform-specification/ name=LEAT EchoStar Terminals -version=12.7.1-0 +version=12.7.2-0 # STM compile variables diff --git a/variants/variant_EchoT6/variant_generic.h b/variants/variant_EchoT6/variant_generic.h index 2009d29c9c..d7c9499e29 100644 --- a/variants/variant_EchoT6/variant_generic.h +++ b/variants/variant_EchoT6/variant_generic.h @@ -16,9 +16,9 @@ #define CORE_VERSION_MAJOR 12 #define CORE_VERSION_MINOR 7 -#define CORE_VERSION_PATCH 1 +#define CORE_VERSION_PATCH 2 #define CORE_VERSION_BUILD 0 -#define CORE_VERSION_STRING "12.7.1-0" +#define CORE_VERSION_STRING "12.7.2-0" /*---------------------------------------------------------------------------- * STM32 pins number diff --git a/variants/variant_EchoT7/variant_generic.h b/variants/variant_EchoT7/variant_generic.h index cd102aa4a6..51284a1335 100644 --- a/variants/variant_EchoT7/variant_generic.h +++ b/variants/variant_EchoT7/variant_generic.h @@ -16,9 +16,9 @@ #define CORE_VERSION_MAJOR 12 #define CORE_VERSION_MINOR 7 -#define CORE_VERSION_PATCH 1 +#define CORE_VERSION_PATCH 2 #define CORE_VERSION_BUILD 0 -#define CORE_VERSION_STRING "12.7.1-0" +#define CORE_VERSION_STRING "12.7.2-0" /*---------------------------------------------------------------------------- * STM32 pins number