Commit Graph

78 Commits

Author SHA1 Message Date
philippe44
1409e1ccbe improve display 2020-01-07 19:56:31 -08:00
philippe44
4a08f1c5c5 display support + extra generic buttons 2020-01-07 12:46:59 -08:00
philippe44
26ecdf60d9 refactor services, increase max sockets - release 2020-01-06 16:08:15 -08:00
philippe44
53361c63cd fixed coexistence 2020-01-04 12:44:07 -08:00
philippe44
540466e746 Finalize buttons for AirPlay and BT, worked on coexistence 2020-01-04 02:03:34 -08:00
philippe44
d0d98c778b BT buttons & disconnect when conflicting with LMS 2020-01-02 21:35:39 -08:00
philippe44
1a6ab4f7d9 working buttons (LMS only) 2020-01-02 16:24:37 -08:00
philippe44
17a063592f manual handling of analogue front end for power optimization - release 2019-12-07 04:11:51 -08:00
philippe44
7808c08874 jack muting - release 2019-12-06 04:04:27 -08:00
philippe44
a5b2d4023b jack muting 2019-12-06 03:58:19 -08:00
Sebastien
9ebe856bf4 fix for broken generic i2s build - release 2019-12-02 11:20:07 -05:00
philippe44
5fbb8f5907 AirPlay sync improvement 2019-11-25 21:17:57 -08:00
philippe44
46eb478171 re-nable stats 2019-11-24 19:03:56 -08:00
philippe44
64b8040b30 comment - release 2019-11-24 10:24:27 -08:00
philippe44
b5911874e6 differentiate BT and AP external decoder 2019-11-23 23:17:09 -08:00
philippe44
b62872ad78 BT & AP volume equalization, TAS5780 support 2019-11-23 19:04:59 -08:00
Sebastien
c84722d8e8 @daduke special build #2 - release 2019-11-18 13:08:51 -05:00
philippe44
10d19a6dd8 BSS & jack changes 2019-11-14 16:53:05 -08:00
Sebastien
0f94f48fe6 Merge branch 'nvs_parameters' of https://github.com/sle118/squeezelite-esp32.git into nvs_parameters 2019-11-06 23:31:26 -05:00
philippe44
0f8bd30544 terminate correctly statically created tasks 2019-11-05 20:18:26 -08:00
philippe44
3304571312 add comments & and a TODO 2019-11-04 22:27:30 -08:00
philippe44
5c60e505ac allocate buffers to minimize .bss 2019-11-04 22:01:58 -08:00
Sebastien
86f0d4c7ea Merge branch 'nvs_parameters' of https://github.com/sle118/squeezelite-esp32.git into nvs_parameters 2019-11-04 16:40:37 -05:00
Sebastien
4cbe54f692 Add some more debug logging 2019-11-04 16:40:24 -05:00
philippe44
9b39483361 get 2K of IRAM back 2019-11-04 12:17:23 -08:00
Sebastien
6cf04a3a83 Merge branch 'master' into nvs_parameters
# Conflicts:
#	.cproject
#	Makefile
#	README.md
#	components/cmd_nvs/cmd_nvs.c
#	components/cmd_system/cmd_system.c
#	components/cmd_system/cmd_system.h
#	components/driver_bt/CMakeLists.txt
#	components/wifi-manager/CMakeLists.txt
#	components/wifi-manager/Kconfig.projbuild
#	components/wifi-manager/code.js
#	components/wifi-manager/component.mk
#	components/wifi-manager/dns_server.c
#	components/wifi-manager/dns_server.h
#	components/wifi-manager/http_server.c
#	components/wifi-manager/http_server.h
#	components/wifi-manager/index.html
#	components/wifi-manager/style.css
#	components/wifi-manager/wifi_manager.c
#	components/wifi-manager/wifi_manager.h
#	main/CMakeLists.txt
#	main/console.c
#	main/esp_app_main.c
#	sdkconfig.defaults
2019-10-17 12:45:26 -04:00
Sebastien
9f88945677 Fix Vorbis bug on partial decode (affects spotty playback) 2019-10-16 17:44:45 -04:00
Sebastien
cf5ee95adf Apply volume correction factor for Bluetooth sink. 2019-10-16 17:08:05 -04:00
Sebastien
b6f1ce9a7a NVS Refactor ** Factory+Squeezelite FLASH required for this branch!
This is a major refactoring of the nvs parameters storage. To support
this, a new partition was added. To start using this branch, one must
flash all binaries and possibly re-configure the system.
2019-10-03 14:15:59 -04:00
philippe44
daeb4dcd11 move to Apple alac decoder, update partition size 2019-09-01 12:37:36 -07:00
sle118
4a4614951e Include memory fixes from main branch 2019-08-29 13:10:02 -04:00
sle118
6e7793a756 initial work on a wifi/http configuration module 2019-08-29 06:49:21 -04:00
philippe44
7f97f621c4 move some staks to external memory 2019-08-26 21:46:48 -07:00
philippe44
df525bbb10 airplay buffer management correction 2019-08-25 23:05:21 -07:00
philippe44
8a6295a016 RTP thread priority increase 2019-08-25 00:56:28 -07:00
philippe44
07d8342e1d revert external write loop change 2019-08-24 01:30:43 -07:00
philippe44
93568723fd backport click correction to BT 2019-08-24 01:15:46 -07:00
philippe44
35ccb92a60 solved most of click issues 2019-08-24 00:55:38 -07:00
philippe44
655af81a97 fix AirPlay playback with SPDIF 2019-08-23 20:25:13 -07:00
philippe44
0ee2783b49 Continue to tweak AirPlay to SPDIF (still drifting) 2019-08-21 23:47:44 -07:00
philippe44
d063457616 tweaks 2019-08-21 17:14:03 -07:00
philippe44
95ad5a5ef4 enable AirPlay to BT bridge 2019-08-21 08:35:25 -07:00
philippe44
8ddc2a0dc5 tweaks 2019-08-21 00:21:11 -07:00
philippe44
217dd8e5f0 stack & internal memory optimization
will need to move pthread stack to external memory at some point ...
2019-08-20 23:04:41 -07:00
philippe44
f547a52c1e finalize AirPlay sync 2019-08-20 13:18:43 -07:00
philippe44
4fe132b27a always resize outputbuf 2019-08-19 21:04:37 -07:00
philippe44
49dcfdc758 fixed airplay 2019-08-19 20:25:04 -07:00
philippe44
82a5758f6e zero frames in TEARDOWN 2019-08-18 21:28:13 -07:00
philippe44
876720f9e2 AirPlay progress with synchro 2019-08-18 17:38:48 -07:00
philippe44
82bf8c507e Tweaks 2019-08-18 00:02:00 -07:00