mirror of
https://github.com/m5stack/esp-bsp.git
synced 2026-05-20 11:26:31 -07:00
fix(bsp): fix idf5.0 build error unknown type
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# ChangeLog
|
||||
|
||||
## v1.1.1 - 2024-09-20
|
||||
|
||||
### Bugfix
|
||||
|
||||
* Fix adc build error when using `ESP-IDF` `5.0`
|
||||
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "esp_err.h"
|
||||
#include "esp_adc/adc_cali_scheme.h"
|
||||
#include "esp_adc/adc_oneshot.h"
|
||||
#include "bsp/esp32_s3_korvo_1.h"
|
||||
#include "bsp_err_check.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "1.1.0"
|
||||
version: "1.1.1"
|
||||
description: Board Support Package (BSP) for ESP32-S3-KORVO-1
|
||||
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_korvo_1
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# ChangeLog
|
||||
|
||||
## v2.2.1 - 2024-09-20
|
||||
|
||||
### Bugfix
|
||||
|
||||
* Fix adc build error when using `ESP-IDF` `5.0`
|
||||
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "esp_err.h"
|
||||
#include "esp_adc/adc_cali_scheme.h"
|
||||
#include "esp_adc/adc_oneshot.h"
|
||||
#include "bsp/esp32_s3_korvo_2.h"
|
||||
#include "bsp_err_check.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "2.2.0~1"
|
||||
version: "2.2.1"
|
||||
description: Board Support Package (BSP) for ESP32-S3-Korvo-2
|
||||
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_korvo_2
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
* Add new APIs for spiffs, audio in `bsp/esp32_s3_lcd_ev_board.h`
|
||||
* Add new APIs for ADC in `bsp/esp32_s3_lcd_ev_board.h`
|
||||
|
||||
## v3.0.0 - 2023-12-02
|
||||
## v2.1.0 - 2023-12-02
|
||||
|
||||
### Bugfix
|
||||
|
||||
@@ -52,3 +52,9 @@
|
||||
* Update the version of `ESP-IDF` to `>5.0.1`
|
||||
* Use `esp_lcd_gc9503` version `^1` when using `ESP-IDF` version `<5.1.2`
|
||||
* Use `esp_lcd_gc9503` version `^3` when using `ESP-IDF` version `>=5.1.2`
|
||||
|
||||
## v2.2.2 - 2024-09-20
|
||||
|
||||
### Bugfix
|
||||
|
||||
* Fix adc build error when using `ESP-IDF` `5.0`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "2.2.1~1"
|
||||
version: "2.2.2"
|
||||
description: Board Support Package (BSP) for ESP32-S3-LCD-EV-Board
|
||||
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_lcd_ev_board
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
#include "driver/i2s_std.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "soc/usb_pins.h"
|
||||
#include "esp_adc/adc_cali_scheme.h"
|
||||
#include "esp_adc/adc_oneshot.h"
|
||||
#include "esp_codec_dev.h"
|
||||
#include "esp_err.h"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
# ChangeLog
|
||||
|
||||
## v1.6.1 - 2024-09-20
|
||||
|
||||
### Bugfix
|
||||
|
||||
* Fix adc build error when using `ESP-IDF` `5.0`
|
||||
@@ -5,6 +5,7 @@
|
||||
*/
|
||||
|
||||
#include "esp_err.h"
|
||||
#include "esp_adc/adc_cali_scheme.h"
|
||||
#include "esp_adc/adc_oneshot.h"
|
||||
#include "bsp/esp32_s3_usb_otg.h"
|
||||
#include "bsp_err_check.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "1.6.0"
|
||||
version: "1.6.1"
|
||||
description: Board Support Package (BSP) for ESP32-S3-USB-OTG
|
||||
url: https://github.com/espressif/esp-bsp/tree/master/bsp/esp32_s3_usb_otg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user