joran2738
82d7972728
solving reviews pt3
2023-11-24 22:38:04 +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
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
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
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
joran2738
5df86b3b83
resolving "some" errors
...
LOG_EDBUG and printf don't seem to do anything
2023-11-06 22:23:11 +01:00
joran2738
5dd2599747
Merge branch 'main' into UDP-broadcast
2023-11-06 22:21:08 +01:00
35f1288eec
Add logger level to main
2023-11-06 20:39:25 +01:00
707cba9e1a
Main
...
Add tag in main.c for logging
2023-11-06 20:23:51 +01:00
joran2738
5942274e6a
edit and testing code
...
edited some functions and testing code in main
2023-11-06 20:15:00 +01:00
4653d6988c
MX_LWIP_Process()
2023-11-06 15:52:14 +01:00
xoreo
7373f05a6f
Added fsdata_custom.c in order to avoid compilation errors
2023-11-06 14:37:17 +01:00
L-diy
c6023122fc
Add the BSP for the STM32F746G-DISCO board
2023-11-05 19:52:31 +01:00
11eba9dd84
Shrink the logger
...
* Move _write function to the log.c
* Change the way to setup the logger
* Update the readme
* Add terminal commands
2023-10-31 22:23:28 +01:00
L-diy
5e487e3c1a
Implement _write function for printf
2023-10-31 17:19:03 +01:00
c9ec08ced9
Added an +/- empty stm32f746 project
...
Please make sure the versions of the Readme are the same on your system
2023-10-23 14:28:06 +02:00