Jason-mao
|
9d48930dec
|
Merge branch 'feature/esp_codec_dev_tdm_support' into 'master'
esp_codec_dev: Add TDM recording mode
See merge request adf/esp-adf-internal!1181
|
2023-06-16 20:34:37 +08:00 |
|
tempo
|
2047df4eac
|
esp_codec_dev: Add TDM recording mode
Add support for TDM recording
Support recording and playback at same time with different bits_per_sample setting
Closes https://github.com/espressif/esp-adf/issues/1002
|
2023-06-16 15:55:59 +08:00 |
|
Jason-mao
|
57282dde21
|
Merge branch 'bugfix/remove_set_mclk_gpio' into 'master'
audio_board: Remove set MCLK pin for ESP32
See merge request adf/esp-adf-internal!1194
|
2023-06-16 11:49:37 +08:00 |
|
tempo
|
fc0c67097c
|
audio_board: Remove set MCLK pin for ESP32
ESP32 set MCLK pin can be finished through i2s driver
So set pin API can be removed to make code clean
Closes https://github.com/espressif/esp-adf/pull/1007
|
2023-06-15 17:53:48 +08:00 |
|
Jason-mao
|
1c3b61a346
|
Merge branch 'feature/add_pipeline_loop_playback_without_gap_example' into 'master'
Feature/add pipeline loop playback without gap example
See merge request adf/esp-adf-internal!1193
|
2023-06-13 20:41:35 +08:00 |
|
Gao Wei
|
9cbd8488fe
|
examples: add pipeline_loop_playback_without_gap example
|
2023-06-13 14:40:02 +08:00 |
|
Jason-mao
|
ca53a2d18f
|
Merge branch 'bugfix/headphone_detect_hardcode' into 'master'
Fixed hardcode in headphone detect file
See merge request adf/esp-adf-internal!1195
|
2023-06-12 10:37:28 +08:00 |
|
maojianxin
|
67784d4742
|
audio_hal:Fixed hardcode in headphone detect file
Closes https://github.com/espressif/esp-adf/issues/1005
|
2023-06-09 15:02:33 +08:00 |
|
Jason-mao
|
c0a64840e2
|
Merge branch 'bugfix/i2c_bus_lock_issue' into 'master'
i2c_bus: Fix lock error when use two port
See merge request adf/esp-adf-internal!1190
|
2023-06-01 18:16:52 +08:00 |
|
tempo
|
71d95f5c55
|
i2c_bus: Fix lock error when use two port
Fix i2c bus lock issue, fix warnings
Closes https://github.com/espressif/esp-adf/issues/1004
Closes https://github.com/espressif/esp-adf/issues/981
|
2023-05-31 10:52:27 +08:00 |
|
Jason-mao
|
148d595626
|
Merge branch 'bugfix/fix_build_custom_board' into 'master'
audio_board: Fix custom board build error
See merge request adf/esp-adf-internal!1188
|
2023-05-30 16:14:33 +08:00 |
|
tempo
|
21b312f742
|
audio_board: Fix custom board build error
Add PA_GAIN define and add ESP32 macro to disable some codes
Closes https://github.com/espressif/esp-adf/issues/995
|
2023-05-30 12:01:47 +08:00 |
|
Jason-mao
|
f060491751
|
Merge branch 'bugfix/play_stereo_mono_stereo_audio_volume_error' into 'master'
Fix a bug that audio player play stereo audio have wrong volume
See merge request adf/esp-adf-internal!1186
|
2023-05-26 16:24:58 +08:00 |
|
majingjing
|
6432fd9d4a
|
esp-adf-libs: Fix a bug that audio player play stereo audio have wrong volume
|
2023-05-26 10:01:36 +08:00 |
|
Jason-mao
|
a74a26f1f2
|
Merge branch 'bugfix/resample_multi_channel_audio_have_noise' into 'master'
fix a bug that resample multi channel audio have noise
See merge request adf/esp-adf-internal!1184
|
2023-05-18 10:11:57 +08:00 |
|
majingjing
|
cd2056ec4f
|
esp-adf-libs:
1: Fix a bug that resample multi channel audio have noise.
2: Fix a bug that compilation failed due to uninitialized structure.
|
2023-05-17 10:57:31 +08:00 |
|
Jason-mao
|
d767b34b4e
|
Merge branch 'docs/update_supported_idf_version' into 'master'
Docs:Update the supported IDF version
See merge request adf/esp-adf-internal!1182
|
2023-05-11 12:08:13 +08:00 |
|
maojianxin
|
d91badf7cb
|
Docs:Update the supported IDF version
|
2023-05-11 09:01:32 +08:00 |
|
Jason-mao
|
c1e8848718
|
Merge branch 'feature/example_support_idf5x' into 'master'
ADF: Support for IDF 5.x
See merge request adf/esp-adf-internal!1174
|
2023-05-10 15:01:48 +08:00 |
|
tempo
|
71f704ec14
|
adf: Support for IDF 5.x
1: Use esp-adf-libs build with IDF5.0
2: Change all examples and components to support IDF5.x
3: Add board define for C6
|
2023-05-10 11:40:19 +08:00 |
|
Jason-mao
|
ede6a35af7
|
Merge branch 'feature/add_uart_wakeup_int_in_light_sleep' into 'master'
Add uart wakeup int in light sleep
See merge request adf/esp-adf-internal!1177
|
2023-05-08 14:38:53 +08:00 |
|
dailei
|
b2341d4f18
|
power_save: Add uart wakeup interrupt in light sleep
|
2023-05-08 10:21:43 +08:00 |
|
Jason-mao
|
ee3d1014bc
|
Merge branch 'bugfix/prerequisite_of_audio_mem_spiram_stack_using' into 'master'
Fix bug when task in external stack use esp_restart
See merge request adf/esp-adf-internal!1178
|
2023-04-26 09:49:40 +08:00 |
|
dailei
|
dff396c792
|
audio_sal: Fix bug when task in external stack use esp_restart
|
2023-04-18 17:13:38 +08:00 |
|
Jason-mao
|
81abb4be01
|
Merge branch 'bugfix/fix_8388_vol_map' into 'master'
esp_codec_dev: Fix es8388 set volume reg not correct
See merge request adf/esp-adf-internal!1173
|
2023-03-30 15:47:43 +08:00 |
|