Roelandts_Gert
4b75f21a7d
Most changes okay, code works
2023-12-11 12:10:46 +01:00
2090b039d4
Merge branch 'main' into Modbus_TCP_Obe
2023-11-26 22:32:44 +01:00
80ee5f18b4
Merge branch 'main' into UDP-broadcast
2023-11-26 22:29:53 +01:00
joran2738
4eb6264a27
solving reviews pt5
2023-11-26 13:53:24 +01:00
RobinVdB8
1550ccd0ba
Made some requested changes from reviews
2023-11-26 13:33:47 +01:00
RobinVdB8
b50900e713
Changed function name mug_init to mqtt_application_init
2023-11-26 12:43:38 +01:00
RobinVdB8
d88d35c6cf
Renamed files from mug to mqtt_application
2023-11-26 12:39:57 +01:00
RobinVdB8
875edb52b5
Solved reviews
2023-11-25 20:30:12 +01:00
joran2738
a73080b1fc
set_owner_details returns an error code not 0 or 1
2023-11-25 15:16:09 +01:00
joran2738
0da6259ae5
solving reviews pt4 + some changes
2023-11-25 13:33:36 +01:00
joran2738
82d7972728
solving reviews pt3
2023-11-24 22:38:04 +01:00
RobinVdB8
2cb8c28ef4
Merge branch 'main' into MQTT
2023-11-23 09:55:50 +01:00
joran2738
0ff34a233e
solving reviews pt2
2023-11-22 22:21:07 +01:00
joran2738
30a93425c9
correcting reviews
...
sorry if i missed something, being ill and reviewing code doesn't really go well together
2023-11-22 15:04:55 +01:00
Obe Van Lierde
407cc0f09d
Name change
2023-11-21 16:27:53 +01:00
Obe Van Lierde
696df6c9e5
modbus in main
2023-11-21 16:20:50 +01:00
joran2738
f22f376b77
Merge branch 'main' into UDP-broadcast
2023-11-21 13:20:50 +01:00
d62131978c
Conform to style
...
Change the comment of Clear screen so it fits the rest
2023-11-20 20:40:29 +01:00
RobinVdB8
376b8c9f1a
Merge branch 'main' into MQTT
2023-11-20 13:21:21 +01:00
c7112aa22f
Merge branch 'main' into TFTP
2023-11-20 12:56:19 +01:00
7f36e365ee
Add clear screen in main
2023-11-20 12:51:37 +01:00
joran2738
751b674673
Update main.c
2023-11-19 22:50:27 +01:00
joran2738
33235e551d
Update main.c
2023-11-19 22:30:39 +01:00
joran2738
220cc89ca1
adding markdown file
...
+ minor correction to code
2023-11-19 22:18:33 +01:00
RobinVdB8
b79a42b767
Implemented LCD and filesystem
2023-11-19 18:23:02 +01:00
joran2738
68b29d444f
writing to lcd api
...
added writing the owner's name on the LCD,
fixing some bugs
2023-11-18 23:41:41 +01:00
22c742c3c1
Merge branch 'main' into TFTP
2023-11-17 18:22:14 +01:00
L-diy
ad2a630400
Add support for GIF images
2023-11-14 23:25:41 +01:00
520cfa6954
TFTP
...
Add include and init in main
2023-11-14 14:52:57 +01:00
joran2738
6739c7c6bf
there can only be one
...
there's only one owner struct needed, thus adding a static one in the c file is better than having the main file to initialize one and pass it on again and again,.
some code wasn't needed anymore and some had to change
2023-11-13 21:14:40 +01:00
joran2738
4a4a35848d
style guide part 3
2023-11-13 19:31:56 +01:00
joran2738
e03e757e01
Update main.c
2023-11-13 18:19:56 +01:00
joran2738
58dea235a5
Merge branch 'main' into UDP-broadcast
2023-11-13 18:17:24 +01:00
joran2738
1360b0cd11
style guide part 1
2023-11-13 16:25:21 +01:00
f4aa535923
IOC
...
Remove post
2023-11-13 15:21:42 +01:00
joran2738
984c573ae6
changes to udp code
...
now working as intended
2023-11-13 13:43:15 +01:00
L-diy
81b7377f1b
Init qspi flash
2023-11-13 13:38:29 +01:00
2bc79c74a7
Merge branch 'main' into feature/llfs-extended-fs-api
2023-11-12 16:23:50 +01:00
L-diy
edc81ad3a2
Update the llfs documentation
2023-11-12 02:49:03 +01:00
L-diy
af46235eba
Extended the llfs file system api
...
Implemented file extension filters
Implemented newlib stubs to be able to use the POSIX file API
2023-11-11 00:36:18 +01:00
xoreo
94875d729a
Implement lcd_display_text
2023-11-10 19:03:42 +01:00
0924eede06
Merge branch 'main' into LCD_API
2023-11-09 15:01:36 +01:00
xoreo
4ef7514248
Minor modifications to lcd_api.c
2023-11-09 13:08:27 +01:00
xoreo
4bc55f19be
Added WDA_LCD_DrawBmp to the LCD_API branch/feature
2023-11-09 12:41:20 +01:00
joran2738
5e464fd5fd
added to the udp server code
...
request is received well, no reply seen in the Qt application, could be because i had to correct code to this version of Qt creator.
Waiting on validation of correct changes from Wim Dams
2023-11-08 16:42:15 +01:00
joran2738
bdf445b708
added some UDP server code
...
initialising UDP server succesfull, callback running
have not yet tried to receive a broadcast
2023-11-07 23:37:16 +01:00
joran2738
142aad264c
err_handler
...
added an error handler for when a pointer is NULL
got rid of malloc in format reply
2023-11-07 15:09:38 +01:00
joran2738
4b188b1ff0
changes to LOG_DEBUG tags
...
changed logger level to info for now in the UDP_broadcast header file , debug not needed
fixed some tags
2023-11-07 12:37:21 +01:00
joran2738
566bdb00ed
change of struct
...
struct no longer contains allocated arrays
problem with the reply string
2023-11-06 23:57:04 +01:00
joran2738
fb1cc1e4bc
strcpy -> strncpy
...
main was before uart init
2023-11-06 23:09:15 +01:00