Commit Graph

24 Commits

Author SHA1 Message Date
masj-mobica
231b87aea8 Warnings in OpenBK7231T_App fixed. (#1098)
* Warnings in AppT fixed.

* Remove ota include file added by mistake in drv_sm2235.
2024-02-23 08:45:28 +01:00
Tester23
73e9b8f471 SendGet can now download file and/or execute it as command 2023-12-23 15:24:46 +01:00
Tester23
0fccb67580 cosmetic changes only, fixing compilation warnings 2023-11-20 14:54:05 +01:00
avigeilpro
70b135ffbb Add parse header without value (#917) 2023-09-08 16:35:25 +02:00
openshwprojects
fbefff0c5c SendPost command 2023-05-25 04:33:29 +02:00
openshwprojects
88ca832695 futher commandResult_t added 2022-11-26 22:17:47 +01:00
openshwprojects
6ab8890715 SendGet will now work on Windows. add some more selft tests, but mostly stubs. Add placeholderse for RTOS functions and misc time utils on Windows. Threads are needed for SendGet 2022-11-21 10:46:16 +01:00
openshwprojects
537dc2c9dc HTTP client should now be able to expand constant strings within URL 2022-11-20 12:47:07 +01:00
openshwprojects
649cc602f6 many compilation fixes for the upcoming port 2 2022-11-08 12:44:26 +01:00
openshwprojects
a1cd1248f3 many compilation fixes for the upcoming port 2022-11-08 09:52:16 +01:00
openshwprojects
50710b7f8a rename "test_strdup" to "strdup" and use it as our main strdup, the strdup from compiler is buggy for some reasons, I just had it crash on BL602 as well. Also enable sprintf etc etc lightweight verrsions... 2022-11-02 18:51:21 +01:00
btsimonh
6516205d37 Chore: replace many sprintf with snprintf. Only one was doubtful - 5 x %f into a small string? 2022-10-25 06:19:23 +01:00
Richard Harman
f156c5fecd fix EOL whitespace 2022-05-29 09:32:47 -04:00
Richard Harman
fdbf665cfc fix line endings 2022-05-29 09:32:14 -04:00
TallTechDude
293b6f3ad0 fix: BL602 compile fixes 2022-05-16 10:41:10 +00:00
openshwprojects
e95d4695e0 introduce command flags system, mark command sources, warning fixes 2022-05-05 23:04:18 +02:00
openshwprojects
6b3034e3f2 HTTPCLIENT_MAX_HOST_LEN 128 2022-04-28 13:09:14 +02:00
openshwprojects
ac773457e8 socket work around for freeing memory - we need a better fix 2022-04-27 20:02:50 +02:00
openshwprojects
4db367c09d added console command to set arbitrary GET request to any server, but dont use it yet, because it seems there is a 88 bytes memory leak somewhere in the http client library (it also happens once when doing OTA but then device restarts so no one cares) 2022-04-27 14:47:08 +02:00
openshwprojects
74dd043486 only rename http client functions so they dont collide with LWIP #define s 2022-04-27 11:41:00 +02:00
btsimonh
dd25a5a993 Logging update to include level and feature codes. 2022-02-10 21:07:38 +00:00
btsimonh
80e8e7f13a All warnings eliminated, 1 bug sorted. 2022-02-02 17:34:03 +00:00
btsimonh
e370b47f41 fix some warnings 2022-02-02 09:14:45 +00:00
openshwprojects
75b5a25725 initial commit - special thx for btsimonh for OTA work, SDK clear up and reorganization 2022-01-31 20:22:22 +01:00