René van Dorst
1db30f22de
Merge pull request #330 from vDorst/SRAM-easy-changes
...
Sram easy changes
2026-08-29 18:33:29 +00:00
René van Dorst
bf0bea1edd
Remove register keyword from all the function arguments.
...
Adds no value.
2026-08-26 21:52:31 +02:00
René van Dorst
301774040b
uip: place some pointer in xdata.
...
Saves 2 bytes.
2026-08-26 20:51:32 +02:00
bennydiamond
7a7ffd3bf8
Automatically print newline on serial interface
...
For some print_string
2026-06-07 14:52:56 -04:00
feelfree69
f7989cc737
Merge branch 'logicog:main' into syslog
2026-04-21 14:29:44 +02:00
René van Dorst
224471d676
uip: move second argument to __xdata free up 4 sram bytes.
2026-04-19 22:18:39 +02:00
René van Dorst
50d06c61bc
change prototype uip_udp_new(), saves 1 sram.
2026-04-19 22:18:39 +02:00
René van Dorst
94bf4425ba
uip: de-__gptrput()-call access to struct uip_udp_conn
2026-04-18 22:38:42 +02:00
René van Dorst
642030c7b2
uip: de-__gptrget()-call in uip_add32()
2026-04-18 22:20:46 +02:00
feelfree69
c1a414833d
Various refactorings
2026-04-12 13:02:42 +02:00
feelfree69
b21bfac917
rebase first prototype
2026-04-12 12:57:49 +02:00
logicog
ea230615f9
Use a MAC address based on the SoC's UUID
...
We use the SoC's UUID to generate a fixed MAC for a particular
switch device. The MAC generated uses a Realtek prefix and then
is followed by 3 bytes genertaed from the first 3 bytes of the
UUID xored with the last byte in order to prevent being able
to deduce the UUID from the public MAC.
2026-02-08 15:49:49 +01:00
logicog
34cebe5971
Enable UDP for DHCP in uIP
2026-01-18 07:50:38 +01:00
logicog
d1d5d5e18f
Consistently use banked externally visible functions
2026-01-17 17:54:31 +01:00
logicog
e085fc9cc9
Convert unconditional prints to debug prints in httpd
2026-01-08 09:56:43 +01:00
logicog
7546d0c685
Fix bug in usage of CONST segment in banked code. Use #pragma constseg
2025-10-14 18:41:52 +02:00
logicog
e8c6492786
Reduce IRAM memory footprint
2025-08-28 16:58:51 +02:00
logicog
d66931acdf
Adding initial http daemon implementation
2025-07-13 12:03:40 +02:00
logicog
b192a87cab
Cleaning up printouts for debugging of uIP
2025-07-11 16:36:16 +02:00
logicog
e486c04186
Add initial port of uip TCP/IP stack
2025-07-11 14:16:08 +02:00