Commit Graph

489 Commits

Author SHA1 Message Date
9cc94f25f2 tcp_cmd
remove tcp_buffer
2023-12-27 12:56:45 +01:00
Roelandts_Gert
3cfb22f590 Added flags to tcp_write 2023-12-27 12:56:45 +01:00
Roelandts_Gert
e924f2b82d Update tcp_cmd.c 2023-12-27 12:56:23 +01:00
Roelandts_Gert
31e761300a Update tcp_cmd.c 2023-12-27 12:56:23 +01:00
Roelandts_Gert
fb44367da7 Fixed lcd_display_text 2023-12-27 12:56:23 +01:00
Roelandts_Gert
6de8684d89 renamed files from cmd to tcp_cmd 2023-12-27 12:56:23 +01:00
Roelandts_Gert
61d2994e40 Update code to Styleguide 2023-12-27 12:55:52 +01:00
Roelandts_Gert
8be959eefd Clear in exit command
clears screen if application is terminated
2023-12-27 12:55:52 +01:00
Roelandts_Gert
e852d29824 Added clear support and cleaned up code 2023-12-27 12:55:52 +01:00
Roelandts_Gert
f11f71020d includes from cmd.c to cmd.h 2023-12-27 12:55:52 +01:00
Roelandts_Gert
1bcd9f1113 Added clear functionality
Added lcd_clear_text and lcd_clear_images infront of each write function to the screen
2023-12-27 12:55:52 +01:00
Roelandts_Gert
398bb2efde Update to setImage command
Added checks to see if file exist in filesystem and if extension is supported (bmp of gif)
2023-12-27 12:55:52 +01:00
Roelandts_Gert
26f2655e3f Added support for setImage command for .bmp files
Implemented code for displaying .bmp images with the steImage command.
2023-12-27 12:55:52 +01:00
Roelandts_Gert
e34b2855ba Implementation of llfs and display API
Implementation of llfs and display API. Using the functions from the llfs and display API in my code
2023-12-27 12:55:52 +01:00
Roelandts_Gert
9f25995c82 Added cmd.c and cmd.h
Functions in main copied to cmd.c
2023-12-27 12:55:52 +01:00
e5273c7012 clangformat everything 2023-12-23 21:37:08 +01:00
e19e7c9253 website backend
fix warning
2023-12-23 16:25:16 +01:00
50fe918561 tests
fix tftp tests
2023-12-23 16:17:36 +01:00
9d18c40a43 tests
Change sources and include to cmake path instead of relative path
2023-12-23 16:17:21 +01:00
Roelandts_Gert
fc87693d64 Merge pull request #35 from Sani7/website_02
Website 02
2023-12-11 14:57:16 +01:00
TeunBugwood
5279b14975 img 0 0 2023-12-11 14:45:27 +01:00
TeunBugwood
af0c6ad421 data file 2023-12-11 14:43:09 +01:00
TeunBugwood
ebd0479cd9 img 2023-12-11 14:40:50 +01:00
TeunBugwood
d1991d9abc updated tabs etc 2023-12-11 14:03:42 +01:00
TeunBugwood
5b0666920c Update main.c 2023-12-11 14:01:24 +01:00
TeunBugwood
cd2839e6ca Update website_backend.c 2023-12-11 13:34:47 +01:00
TeunBugwood
dd176256bb WBE update
Fixed some things that made the site not work. This is not the final version, just for the demo.
2023-12-11 13:31:46 +01:00
TeunBugwood
ec09cb9625 New website branch
previous was doomed, that is why I made a new brench that was updated with the main.
2023-12-11 13:20:19 +01:00
Roelandts_Gert
0fef710b8f Merge pull request #34 from Sani7/TCP-CMD-Interface-2.0
quick fix
2023-12-11 13:17:34 +01:00
Roelandts_Gert
f58c22ba34 quick fix 2023-12-11 13:14:57 +01:00
Roelandts_Gert
c4b21ee3b3 Merge pull request #33 from Sani7/TCP-CMD-Interface-2.0
Tcp cmd interface 2.0
2023-12-11 12:42:36 +01:00
Roelandts_Gert
8707038be0 added md 2023-12-11 12:19:13 +01:00
joran2738
cdac4fd5cc Merge pull request #32 from Sani7/MQTT_Robin
Added .md file for the application and removed a duplicate and unused define
2023-12-11 12:11:50 +01:00
Roelandts_Gert
4b75f21a7d Most changes okay, code works 2023-12-11 12:10:46 +01:00
Roelandts_Gert
f9eb677dc0 reverted to original files 2023-12-11 11:37:39 +01:00
Roelandts_Gert
1b51c26a02 Merge branch 'main' of https://github.com/Sani7/2023-Webservices_And_Applications 2023-12-11 11:32:47 +01:00
RobinVdB8
0b0b6300d5 Fixed oopsie with list of colors 2023-12-10 18:56:49 +01:00
RobinVdB8
692917d112 Merge branch 'main' into MQTT_Robin 2023-12-10 15:58:57 +01:00
RobinVdB8
247e53f133 Removed duplicate define 2023-12-10 15:58:17 +01:00
RobinVdB8
7e4963ba21 Created .md file for MQTT application 2023-12-10 15:58:02 +01:00
8a03831d78 tftp
make tftp_* functions for context static + tftp_context
2023-12-09 14:20:21 +01:00
611ce460fb llfs
Add const to llfs_get_filename_ext
2023-12-08 18:25:13 +01:00
a3da9017bf cmake
update cmake minimum version
2023-12-08 18:19:00 +01:00
050d79e6b0 llfs
Lornez asked to add static to the TAG
2023-12-08 18:18:43 +01:00
6b9f517556 TFTP
Move some log around
2023-12-08 13:31:05 +01:00
27c8d0c0bc tftp
move concatenation from custom functions to string functions
2023-12-07 11:24:05 +01:00
0023659552 tftp
- Remove the suggestion of null terimination of the custom_fread custom_fwrite functions
- Update the tests
2023-12-06 14:58:41 +01:00
fc997e1aac tftp
fix tests
2023-12-06 08:23:12 +01:00
d9204ad9ed tftp
try to fix a bug Lorenz told me about
in fread
2023-12-06 08:05:37 +01:00
a8537ba6d4 tftp
try to fix a bug Lorenz told me about
in fwrite
2023-12-06 07:50:24 +01:00