Commit Graph

1507 Commits

Author SHA1 Message Date
btsimonh
3e87cc10cd Merge branch 'IRSendChanges' into irtxwhenrxdisabled 2022-11-05 08:18:07 +00:00
btsimonh
c23cf8ffbf IR Tx without IR RX 2022-11-04 18:44:09 +00:00
btsimonh
a2cfd5fdd5 Allow more ways to interpret IRSend args.
For IRsend command, allow like [IRsend NEC-0-1a] ,[IRsend NEC-0-1a-2], [IRsend NEC 0 1a], [IRsend NEC 0 1a 3]
2022-11-04 08:39:05 +00:00
openshwprojects
c4b135e7dc Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 1.14.124 2022-11-04 07:42:42 +01:00
openshwprojects
920e964677 added security check for bug found by Valekklubomir 2022-11-04 07:42:32 +01:00
openshwprojects
bf740d70f2 Merge pull request #407 from btsimonh/replacesprintf
Replacesprintf
1.14.123
2022-11-03 23:14:02 +01:00
openshwprojects
b79e51b88a Update README.md 2022-11-03 22:40:44 +01:00
btsimonh
4299457a1d update SDKs for T & N 2022-11-03 21:27:55 +00:00
btsimonh
40eaff7aac remove test code 2022-11-03 21:22:32 +00:00
btsimonh
f63d7a872a Merge branch 'testfloats' into replacesprintf 2022-11-03 20:57:47 +00:00
btsimonh
fabefacbde another try 2022-11-03 20:49:31 +00:00
openshwprojects
6be0b01ce2 pass NULL pointers to lwip if string is empty - for user and pass 2022-11-03 21:48:42 +01:00
btsimonh
136e5df145 next try for other platforms 2022-11-03 20:40:26 +00:00
btsimonh
3375820021 define ssize_t if not defined 2022-11-03 20:34:17 +00:00
btsimonh
fdab71d0bd remove inttypes.h from nanoprintf - to test other platform builds 2022-11-03 20:13:31 +00:00
btsimonh
ccffedaca1 implement sprintf wrapping in APP if WRAP_PRINTF is defined.
you must have:
CFLAGS += -DWRAP_PRINTF=1
LFLAGS += -Wl,-wrap,vsnprintf
LFLAGS += -Wl,-wrap,snprintf
LFLAGS += -Wl,-wrap,sprintf
LFLAGS += -Wl,-wrap,vsprintf
in application.mk
2022-11-03 18:34:09 +00:00
openshwprojects
830752c64d Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 1.14.122 2022-11-03 17:45:28 +01:00
openshwprojects
63e57996ae add 'u' stub to my vsprintf (not used anywhere right now), add LED api 2022-11-03 17:45:17 +01:00
openshwprojects
c5602d5c36 add more supported getter variables to script 2022-11-03 17:43:16 +01:00
btsimonh
16e6ebbc5e more tests 2022-11-03 13:48:18 +00:00
btsimonh
2a71041e2d use nanoprintf in logging 2022-11-03 13:47:54 +00:00
btsimonh
158cbb4d0b implement nanoprintf as a test 2022-11-03 13:47:19 +00:00
btsimonh
19c68be486 !!!!!!! fix really bad #define !!!!!!! 2022-11-03 13:45:38 +00:00
openshwprojects
040d2b0c9c Merge pull request #397 from btsimonh/testfloats
Add testFloats cmd
1.14.121
2022-11-03 10:32:04 +01:00
btsimonh
61b3aceacc Add testFloats cmd 2022-11-03 09:19:58 +00:00
openshwprojects
939eb28297 disable sprintf etc redefinition because apparently some of the required formats are missing (NOTE: BK7231T will again crash on testLog command) 1.14.120 2022-11-03 05:53:20 +01:00
openshwprojects
78447db959 update submodules for bl602 mqtt stabilit fix 1.14.119 2022-11-02 19:57:45 +01:00
openshwprojects
e84ec63ca0 w600/w800 fix 2022-11-02 19:35:13 +01:00
openshwprojects
1d367b5c73 FIX BL602 - BL602 doesn't have pin number 26 and setting that pin would crash - now the default pin indices of LED drivers are per-platform 1.14.118 2022-11-02 19:20:22 +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... 1.14.117 2022-11-02 18:51:21 +01:00
openshwprojects
4b6b71b6e9 ADD EVENT MALLOC CHECk 1.14.116 2022-11-02 18:13:37 +01:00
openshwprojects
79158f1398 BL602 - enable drivers in build 1.14.115 2022-11-02 16:06:49 +01:00
openshwprojects
4f53d14e60 enable my script changes and enable deduper 1.14.114 2022-11-02 15:36:34 +01:00
openshwprojects
eae3118613 Merge branch 'main' of https://github.com/openshwprojects/OpenBK7231T_App 1.14.113 2022-11-02 14:28:46 +01:00
openshwprojects
0b53668490 add a win main for testing only scripts and pritnf on WINDOWS 2022-11-02 14:28:18 +01:00
openshwprojects
12f03e3172 Merge pull request #394 from btsimonh/obkdevices
Obkdevices
1.14.112
2022-11-02 12:54:38 +01:00
openshwprojects
0772c13b3a Merge pull request #393 from btsimonh/delayedstartup
Delayedstartup
2022-11-02 12:54:27 +01:00
openshwprojects
8b844c7f78 add lightweight snprintf/vsnprintf replacement (NOT ENABLED !!!). It seem to fix most of the crashes, especially that strange one with %f addLogAdv 2022-11-02 12:36:54 +01:00
btsimonh
b8a5706131 move some logs to debug in event handler init to prevent log overrun (indicated by '^' in log). 2022-11-02 09:18:18 +00:00
btsimonh
d374db5310 Delay start by 750ms.
By experiment, tcp init happens after 500ms....  but I can;t find a way to wait for it to have finished, so 750 is 'safe'?
2022-11-02 09:17:43 +00:00
openshwprojects
13f35ab1d7 expression fix 1.14.111 2022-11-02 10:11:43 +01:00
btsimonh
180f928107 SSDP don't ask for a port if no wifi
mod some logs
2022-11-02 09:10:51 +00:00
openshwprojects
9dd5219b38 add example script from yesterday 1.14.110 2022-11-02 09:53:46 +01:00
btsimonh
af9adec142 keep a list of obk SSDP devices, and make available on /obkdevicelist as a JSON array. 2022-11-01 21:16:39 +00:00
openshwprojects
dc70c9e59b add ability to change button hold repeate time only from script/command 1.14.109 2022-11-01 13:20:19 +01:00
openshwprojects
01a1f31f1d add ability to clear all event handleres at runtime 2022-11-01 13:19:19 +01:00
openshwprojects
6219628100 Update README.md 1.14.108 2022-11-01 11:31:57 +01:00
openshwprojects
dc70b3c806 Merge pull request #382 from btsimonh/lfssize
Make LFS size adjustable.
1.14.107
2022-11-01 11:24:03 +01:00
openshwprojects
240a559674 Merge pull request #384 from iprak/save-changes
Save settings
2022-11-01 11:22:03 +01:00
openshwprojects
d2b17f3395 update submodules because of LWIP update on T 1.14.106 2022-11-01 10:48:09 +01:00