Commit graph

220 commits

Author SHA1 Message Date
Adam Greenwood-Byrne
befc45feba First ARP implementation ready for testing 2021-10-22 01:17:53 +01:00
isometimes
5abfeb9e30 Fixed typo in kernel.c 2021-10-18 10:32:38 +01:00
isometimes
cd2b15ef6a Fixed part14's Makefile.gcc after testing and made some required changes to the codebase 2021-10-18 10:31:02 +01:00
Adam Greenwood-Byrne
0646fe7c22 Adding Makefile.gcc for part14-ethernet WIP 2021-10-17 01:42:27 +01:00
Adam Greenwood-Byrne
f011855418 Adding work in progress on part14-ethernet - our first network interface 2021-10-17 01:40:37 +01:00
isometimes
8bc5341197 Fixed typo 2021-10-14 18:21:29 +01:00
isometimes
e34406f44f Added image to part13 2021-10-13 21:04:56 +01:00
isometimes
62134249fc A few minor amends to README.md in part13 2021-10-13 20:15:26 +01:00
isometimes
6261ca9416 Added link from part12 to part13 2021-10-13 20:07:43 +01:00
isometimes
b69400094d Updated README.me for part13-interrupts 2021-10-13 20:04:14 +01:00
isometimes
a1a0a25d92 Added first draft of README.md to part13-interrupts 2021-10-13 19:50:06 +01:00
isometimes
04a58dfad4 Added Makefile.gcc to part13 2021-10-13 10:33:40 +01:00
Adam Greenwood-Byrne
3b637a7fe5 Updated part13-interrupts to stop the timers too 2021-10-12 17:43:36 +01:00
Adam Greenwood-Byrne
ecce209c5e Added part13-interrupts, albeit without a README.md for now 2021-10-12 17:19:47 +01:00
isometimes
1393191895 Added hint on samples to try with part12 2021-10-07 11:49:29 +01:00
isometimes
619694adc3 Updated sitemap build config 2021-10-01 13:30:23 +01:00
isometimes
f509fcd751 Clarified the UART cable connections in part3 write-up 2021-09-28 18:36:07 +01:00
isometimes
54c30386a3 Added to part6 doc in light of a compiler optimisation bug 2021-09-22 18:35:29 +01:00
Adam Greenwood-Byrne
b6b6d316d1 Made part12 default to Node rather than iOS 2021-08-30 15:53:54 +01:00
Adam Greenwood-Byrne
888398be2e Fixed typo 2021-08-30 15:37:44 +01:00
Adam Greenwood-Byrne
ca88bcaa0b Added warning about firmware regression to part10-multicore 2021-08-30 15:36:40 +01:00
isometimes
5c5fb1493e Fixed nostartfiles issue with Makefile.gcc* as ld no longer ignores erroneous arguments 2021-08-27 11:56:23 +01:00
Adam Greenwood-Byrne
714500b919 Update CNAME 2021-08-25 22:27:09 +01:00
Adam Greenwood-Byrne
b2f2ac8e14 Create CNAME 2021-08-25 22:24:31 +01:00
Adam Greenwood-Byrne
3aafedfc88 Delete CNAME 2021-08-25 22:07:58 +01:00
Adam Greenwood-Byrne
8ca4b6c225 Create CNAME 2021-08-25 22:07:26 +01:00
Adam Greenwood-Byrne
21a0c97160 Delete CNAME 2021-08-25 22:00:59 +01:00
Adam Greenwood-Byrne
7fa911bd60 Create CNAME 2021-08-25 21:59:11 +01:00
Adam Greenwood-Byrne
a251f7dfd8 Delete CNAME 2021-08-25 21:57:14 +01:00
Adam Greenwood-Byrne
68c3943784 Create CNAME 2021-08-25 21:56:44 +01:00
Adam Greenwood-Byrne
fa556d8a89 Delete CNAME 2021-08-25 21:56:30 +01:00
Adam Greenwood-Byrne
d15958c6d9 Update CNAME 2021-08-25 21:52:10 +01:00
Adam Greenwood-Byrne
0030fee9d1 Update CNAME 2021-08-25 21:50:58 +01:00
Adam Greenwood-Byrne
86a74b581f Create CNAME 2021-08-25 21:35:55 +01:00
Adam Greenwood-Byrne
13524e087c Updated docs for clarity 2021-05-13 12:10:36 +01:00
Adam Greenwood-Byrne
e62142f516 Added a note about building a cross-compiler from source, with a link 2021-05-13 12:07:17 +01:00
Adam Greenwood-Byrne
53659fa2d1 Updated README to link to RPi build instructions 2021-05-11 18:26:20 +01:00
Adam Greenwood-Byrne
cab823fc5f Updated direct build tutorial 2021-05-11 18:23:26 +01:00
Adam Greenwood-Byrne
06e7cc5ebf Added tutorial on building directly on the RPi4 2021-05-11 18:20:38 +01:00
Adam Greenwood-Byrne
2b6a9c9425 Removed .wfn files 2021-04-21 11:18:41 +01:00
Adam Greenwood-Byrne
ff5746c230 Repurposed samples/wgt41.c to demo printf functionality 2021-04-21 11:17:22 +01:00
Adam Greenwood-Byrne
6be60a6de4 Zero buffer in wgtprintf properly 2021-04-19 18:30:07 +01:00
Adam Greenwood-Byrne
1d0e1717b3 Added the font binaries into the Makefile - samples/wgt41.c still a work in progress 2021-04-18 19:44:52 +01:00
Adam Greenwood-Byrne
6f2d5352b1 Added printf functionality in wgtprn.c, exercised in samples/wgt41.c 2021-04-18 00:27:09 +01:00
Adam Greenwood-Byrne
aacc63d586 Added examples/wgt39.c - mouse trails 2021-04-17 21:40:09 +01:00
Adam Greenwood-Byrne
88e258e685 Added template to samples directory for ease of development 2021-04-17 21:24:59 +01:00
Adam Greenwood-Byrne
e7af63ed34 Fixed palette index issue with wxor.c 2021-04-17 21:18:30 +01:00
Adam Greenwood-Byrne
32f99ca5d9 Added samples/wgt36.c and wgt/wxor.c 2021-04-16 20:28:59 +01:00
Adam Greenwood-Byrne
1147917580 Added samples/wgt15.c and samples/wgt16.c 2021-04-07 19:48:53 +01:00
Adam Greenwood-Byrne
74e4fb6f87 Doc changes 2021-03-31 09:05:49 +01:00