Commit Graph

60 Commits

Author SHA1 Message Date
99e6f33f87 TFTP
Fix the issue of putting logger level define to c file instead of header file
2023-11-22 15:28:43 +01:00
ce593428e4 Merge branch 'main' into TFTP 2023-11-20 16:03:33 +01:00
46f2fcacd2 TFTP
* Change typo
* Format
* Add doxygen
2023-11-20 15:44:38 +01:00
xoreo
60aa6c0d24 Remove empty lines in lcd_api.h 2023-11-20 14:43:29 +01:00
xoreo
a481f3b6fa Add lcd_stop_all_gifs(void) 2023-11-20 14:38:04 +01:00
xoreo
758f1f47ca Add lcd_clear_text() and lcd_clear_images 2023-11-20 14:10:26 +01:00
22c742c3c1 Merge branch 'main' into TFTP 2023-11-17 18:22:14 +01:00
0a9082678d TFTP
Fix unused if it is already defined
2023-11-17 16:29:40 +01:00
f82634daa0 TFTP
Fix all warnings
2023-11-17 16:27:26 +01:00
L-diy
7c6ff58afe Update LCD API docs 2023-11-15 19:26:41 +01:00
L-diy
ad2a630400 Add support for GIF images 2023-11-14 23:25:41 +01:00
bc03f9bc67 Merge branch 'main' into TFTP 2023-11-14 16:36:38 +01:00
xoreo
a899fdaee8 Adapt to styleguide (Sani7 comments) 2023-11-14 15:39:22 +01:00
xoreo
e88620dd3c Apply changes to doxygen 2023-11-13 18:17:02 +01:00
xoreo
35871d9eae Implement lcd_draw_img_from_fs_with_name 2023-11-13 17:45:28 +01:00
43e28b4dab Merge branch 'main' into TFTP 2023-11-13 17:25:36 +01:00
xoreo
e56bd84cb8 Add draw BMP function (lcd_draw_bmp_img) 2023-11-13 17:17:15 +01:00
xoreo
60350842cf Rename function lcd_draw_bmp to lcd_draw_raw_img 2023-11-13 17:05:12 +01:00
623cf3749c TFTP
Add tftp_custom_write and test functions
2023-11-13 16:03:14 +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
c568acc9e6 TFTP
Add tftp_custom_fwrite
2023-11-13 13:28:57 +01:00
4c80601d4b Merge branch 'main' into TFTP 2023-11-13 12:27:58 +01:00
74309ecbe0 Merge branch 'main' into feature/llfs-extended-fs-api 2023-11-13 10:36:24 +01:00
ec1bff85b1 Merge branch 'main' into TFTP 2023-11-13 10:35:07 +01:00
c528c12b85 LCD_api
Add logging and change if nesting to if not return
2023-11-13 10:34:53 +01:00
e682528e12 TFTP
Change tests from a copy to using the original with mocs
2023-11-12 17:07:20 +01:00
2bc79c74a7 Merge branch 'main' into feature/llfs-extended-fs-api 2023-11-12 16:23:50 +01:00
64182cd66b Merge branch 'main' into TFTP 2023-11-12 16:21:04 +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
91bd047201 TFTP
Change header to match the others
2023-11-12 16:14:26 +01:00
7df9f5eeab Merge branch 'main' into TFTP 2023-11-12 16:13:08 +01:00
L-diy
edc81ad3a2 Update the llfs documentation 2023-11-12 02:49:03 +01:00
d35c79480e TFTP
Change to my own struct for the virtual files
init the index.txt from the tftp_server_init
add tftp_server_deinit + add to docs
2023-11-11 00:46:02 +01:00
e1118908d9 TFTP
Move over to the new fread that Lorentz is implementing
2023-11-11 00:38:39 +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
xoreo
4ea21bc4cf Fix requested changes from ldiy 2023-11-09 17:50:10 +01:00
8237f7911b TFTP
Remove tftp context from header file
It should not be used anywhere else
2023-11-09 16:56:43 +01:00
a1f7b0ad33 TFTP
First implementation of the read and open functions
Write is not implemented yet
2023-11-09 16:39:08 +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
12370baf22 TFTP
Format
2023-11-06 22:30:29 +01:00
20650b9c03 TFTP
Change headers + Add logging
2023-11-06 21:53:06 +01:00
315871af60 TFTP
Add logger and checks for initialising
2023-11-06 21:45:57 +01:00
d84bd877e1 TFTP
Add initial framework, not doing anything at the moment
2023-11-06 21:38:19 +01:00
2c75893655 Logger
Fix alignment
2023-11-06 20:17:40 +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