move to 4.3.5

- remove SPI workaround and heap optimization
- move a few items from DRAM to either EXTRAM or keep them in text
This commit is contained in:
philippe44
2023-05-18 13:49:23 +02:00
parent 910ea583a2
commit e531bea28a
46 changed files with 8 additions and 9575 deletions

View File

@@ -124,7 +124,7 @@ struct raop_ctx_s *raop_create(uint32_t host, char *name,
char *txt[] = { "am=airesp32", "tp=UDP", "sm=false", "sv=false", "ek=1",
"et=0,1", "md=0,1,2", "cn=0,1", "ch=2",
"ss=16", "sr=44100", "vn=3", "txtvers=1",
NULL };
NULL };
#else
const mdns_txt_item_t txt[] = {
{"am", "airesp32"},
@@ -765,7 +765,7 @@ static void search_remote(void *args) {
// can't use xNotifyGive as it seems LWIP is using it as well
xSemaphoreGive(ctx->active_remote.destroy_mutex);
vTaskSuspend(NULL);
}
}
#endif
@@ -853,7 +853,7 @@ static char *rsa_apply(unsigned char *input, int inlen, int *outlen, int mode)
}
mbedtls_pk_free(&pkctx);
return (char*) outbuf;
#endif
}