Skip to content

Commit

Permalink
esp32: update to v5.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
redchenjs committed Feb 11, 2021
1 parent d64663b commit 5ac777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32
Submodule esp32 updated 48 files
+0 −18 components/mad/align.c
+0 −2 components/mad/align.h
+10 −10 components/mad/bit.c
+1 −51 components/mad/config.h
+6 −17 components/mad/decoder.c
+0 −34 components/mad/decoder.h
+1 −1 components/mad/frame.c
+0 −1 components/mad/frame.h
+4 −6 components/mad/global.h
+20 −20 components/mad/huffman.h
+25 −32 components/mad/layer3.c
+0 −2 components/mad/layer3.h
+0 −966 components/mad/mad.h
+1 −0 components/mad/mad.h
+1 −3 components/mad/stream.c
+1 −3 components/mad/stream.h
+151 −197 components/mad/synth.c
+1 −0 components/mad/synth.h
+0 −942 components/mad/synth_stereo.c
+2 −2 components/mad/timer.c
+7 −1 main/inc/chip/bt.h
+1 −1 main/inc/chip/i2s.h
+2 −4 main/inc/core/os.h
+0 −4 main/inc/user/audio_render.h
+1 −3 main/inc/user/ble_app.h
+1 −3 main/inc/user/ble_gatts.h
+2 −13 main/inc/user/bt_app_core.h
+4 −15 main/inc/user/bt_av.h
+9 −11 main/inc/user/fft.h
+6 −6 main/inc/user/vfx.h
+0 −3 main/inc/user/vfx_core.h
+1 −1 main/src/board/ws2812.c
+36 −4 main/src/chip/bt.c
+22 −22 main/src/chip/i2s.c
+8 −8 main/src/chip/spi.c
+1 −2 main/src/user/ain.c
+25 −9 main/src/user/audio_player.c
+25 −58 main/src/user/audio_render.c
+16 −8 main/src/user/ble_app.c
+31 −45 main/src/user/ble_gatts.c
+5 −8 main/src/user/bt_app.c
+36 −43 main/src/user/bt_app_core.c
+115 −141 main/src/user/bt_av.c
+81 −77 main/src/user/fft.c
+2 −3 main/src/user/key_handle.c
+0 −1 main/src/user/led.c
+16 −11 main/src/user/ota.c
+22 −22 main/src/user/vfx.c
+1 −1 sdkconfig.defaults

0 comments on commit 5ac777f

Please sign in to comment.