Commit Graph

38 Commits

Author SHA1 Message Date
Lephenixnoir f58c56af79
update and get it to build with recent gint
But :
1. Still requires more linker script space
2. Might be heavier than before, it used to be free-standing I think but
   now I link fxlibc in. Probably mostly unnecessary.
3. Not tested.
2024-04-14 18:39:42 +02:00
Tobias Mädel 6c5c689408
Create LICENSE 2022-06-05 11:05:52 +02:00
Tobias Mädel 7c3d48a88a
Update README 2021-07-14 15:46:58 +02:00
Tobias Mädel 8249bde841
Update README.md 2021-07-13 21:51:56 +02:00
Tobias Mädel 260198604d
Add required gint patch 2021-07-13 21:51:26 +02:00
Tobias Mädel 41dd653925
Update README.md 2021-07-12 23:14:22 +02:00
Tobias Mädel c35ea6b0c5
Merge pull request #2 from Manawyrm/irc-and-keyboard
Add README
2021-07-12 20:57:37 +02:00
Tobias Mädel c171739cf0
Add README 2021-07-12 20:38:55 +02:00
Tobias Mädel af72743536
Merge pull request #1 from Manawyrm/irc-and-keyboard
Irc and keyboard
2021-07-12 00:01:37 +02:00
Tobias Mädel eeab1daed1
meh! 2021-07-12 00:01:19 +02:00
Tobias Mädel 6c411991f5
IRC message parsing, PING commands, etc. 2021-07-11 17:22:52 +02:00
Tobias Mädel 21cc24d8b7
Add message sending and clean exit/quit 2021-07-04 22:48:11 +02:00
Tobias Mädel 6b63877aea
Add horizontal scrolling to log display 2021-07-04 21:58:22 +02:00
Tobias Mädel e3630494a0
add compile instructions to readme 2021-07-04 17:06:50 +02:00
Tobias Mädel b4fd175e37
IRC client 2021-06-20 04:08:55 +02:00
Tobias Mädel fdef236070
Updated objectlog, fixed psock bug, implemented log renderer 2021-06-02 22:04:28 +02:00
Tobias Mädel 7e57dc8e20
objectlog-based logstorage, useful ui_update, blinking cursor 2021-05-29 03:27:35 +02:00
Tobias Mädel 1b48560c4b
Add input support 2021-05-29 00:37:04 +02:00
Tobias Mädel a91b0e131c
irc connection sort-of works 2021-05-28 23:10:08 +02:00
Tobias Mädel 9414218e8a
WIP: irc and keyboard support 2021-05-28 23:10:08 +02:00
Tobias Schramm a2f7c621ce objectlog: add object length helper 2021-05-24 20:41:34 +02:00
Tobias Schramm 24c9f59060 objectlog: Replace all occurences of "string" with "object" 2021-05-24 20:41:03 +02:00
Tobias Schramm 06b882adaf add generic, efficient, log style ring buffer based linked list implementation 2021-05-24 02:44:17 +02:00
Tobias Schramm 46710c32b8 ringbuffer: add read advance primitive 2021-05-24 02:42:54 +02:00
Tobias Schramm c4ade55629 ringbuffer: remove trailing whitespace 2021-05-24 02:42:28 +02:00
Tobias Mädel 20e9b9180d
ui: add statistics 2021-05-23 23:10:47 +02:00
Tobias Mädel c38d98e440
refactoring and cleanup 2021-05-23 21:49:32 +02:00
Tobias Mädel 2d9f009675
uip: switch from hello-world to httpd 2021-05-23 21:48:40 +02:00
Tobias Schramm 65f493e507
scif: change TX to be async, interrupt-driven 2021-05-23 17:58:34 +02:00
Tobias Schramm ca4fda190a
ringbuffer: add multibyte write 2021-05-23 17:57:33 +02:00
Tobias Mädel 62b9a12abc
update SCIF to use generic ringbuffer 2021-05-23 17:24:58 +02:00
Tobias Schramm 88b5b326fb
Add generic ringbuffer implementation 2021-05-23 17:23:45 +02:00
Tobias Mädel 3d7c512b3b
Fix retransmissions, add proper timer, add debugging printf routine 2021-05-23 16:58:35 +02:00
Tobias Schramm 2291a37637
scif: Add SCIF serial driver 2021-05-23 16:57:13 +02:00
Tobias Mädel 50e2fed3b1
Remove uIP hacks for SDCC, remove debug code, remove delays 2021-05-23 12:10:57 +02:00
Tobias Mädel ed3ab8354d
Add logo, cleanup init screen 2021-05-23 01:18:38 +02:00
Tobias Mädel 17c3ce06d7
Working IP stack 2021-05-23 00:21:41 +02:00
Tobias Mädel d02335886d
Initial commit 2021-05-22 22:46:18 +02:00