joran2738
|
4a4a35848d
|
style guide part 3
|
2023-11-13 19:31:56 +01:00 |
|
joran2738
|
58dea235a5
|
Merge branch 'main' into UDP-broadcast
|
2023-11-13 18:17:24 +01:00 |
|
joran2738
|
5609c2ccb9
|
style guide part 2
|
2023-11-13 18:12:43 +01:00 |
|
joran2738
|
1360b0cd11
|
style guide part 1
|
2023-11-13 16:25:21 +01:00 |
|
joran2738
|
a3907c36d9
|
cleaning
|
2023-11-13 15:09:21 +01:00 |
|
xoreo
|
835853d091
|
Merge remote-tracking branch 'origin/main' into LCD_API
|
2023-11-13 14:26:53 +01:00 |
|
xoreo
|
f324756293
|
Implement Clear LCD display
|
2023-11-13 14:05:07 +01:00 |
|
joran2738
|
984c573ae6
|
changes to udp code
now working as intended
|
2023-11-13 13:43:15 +01:00 |
|
|
|
74309ecbe0
|
Merge branch 'main' into feature/llfs-extended-fs-api
|
2023-11-13 10:36:24 +01:00 |
|
|
|
c528c12b85
|
LCD_api
Add logging and change if nesting to if not return
|
2023-11-13 10:34:53 +01:00 |
|
|
|
2bc79c74a7
|
Merge branch 'main' into feature/llfs-extended-fs-api
|
2023-11-12 16:23:50 +01:00 |
|
|
|
9282f524db
|
LCD_api
Change lcd_display_text text paramter from const char* to uint8_t* to remove a generated warning
|
2023-11-12 16:20:30 +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 |
|
joran2738
|
123653cc03
|
adding comments
|
2023-11-09 19:36:13 +01:00 |
|
xoreo
|
4ea21bc4cf
|
Fix requested changes from ldiy
|
2023-11-09 17:50:10 +01:00 |
|
|
|
0924eede06
|
Merge branch 'main' into LCD_API
|
2023-11-09 15:01:36 +01:00 |
|
xoreo
|
4bc55f19be
|
Added WDA_LCD_DrawBmp to the LCD_API branch/feature
|
2023-11-09 12:41:20 +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
|
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 |
|
joran2738
|
737fa17db8
|
Create fsdata_custom.c
got this error again, rookie mistake
|
2023-11-06 20:18:22 +01:00 |
|
|
|
2c75893655
|
Logger
Fix alignment
|
2023-11-06 20:17:40 +01:00 |
|
joran2738
|
5942274e6a
|
edit and testing code
edited some functions and testing code in main
|
2023-11-06 20:15:00 +01:00 |
|
joran2738
|
01f018536f
|
added header file with first functions
wrote functions to work with the owner data
|
2023-11-06 19:41:24 +01:00 |
|
xoreo
|
7373f05a6f
|
Added fsdata_custom.c in order to avoid compilation errors
|
2023-11-06 14:37:17 +01:00 |
|
xoreo
|
cfe7af96eb
|
Added 2 function prototypes for drawing bmp images to screen and text
|
2023-11-06 14:37:17 +01:00 |
|
L-diy
|
7087be564f
|
Add the initial llfs implementation
|
2023-11-06 14:11:44 +01:00 |
|
|
|
71571c4e16
|
Add line endings to logger
|
2023-11-06 13:49:48 +01:00 |
|
L-diy
|
c6023122fc
|
Add the BSP for the STM32F746G-DISCO board
|
2023-11-05 19:52:31 +01:00 |
|
|
|
1ffaf42896
|
fix logger defines
|
2023-11-04 12:43:24 +01:00 |
|
|
|
5b4b2a75c4
|
Forgot #endif for include guards
|
2023-11-02 23:59:26 +01:00 |
|
|
|
1c47eccd88
|
Change logger use color
|
2023-11-01 14:01:45 +01:00 |
|
|
|
0af40da311
|
Change logger to use critical and fatal instead of error
|
2023-11-01 13:56:56 +01:00 |
|
|
|
a0f5d27909
|
Fix logger using color
|
2023-11-01 13:41:30 +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
|
5cd054dced
|
Add a logging system for uniform log and debugging messages
|
2023-10-31 18:51:48 +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 |
|