Commit graph

209 commits

Author SHA1 Message Date
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
Adam Greenwood-Byrne
8d7e98b282 Doc changes 2021-03-31 09:02:54 +01:00
Adam Greenwood-Byrne
d2c5a6562e Updated the part12 explainer 2021-03-30 22:21:53 +01:00
Adam Greenwood-Byrne
f20210526b Added simple iOS controller to emulate 2-button mouse, and examples/wgt23.c 2021-03-30 22:18:58 +01:00
Adam Greenwood-Byrne
a748a257ab Added link to part12 from part11 2021-03-28 17:32:36 +01:00
Adam Greenwood-Byrne
7868ad3344 Fixed some typos in part12 write-up 2021-03-28 17:31:03 +01:00
Adam Greenwood-Byrne
70e8d13c9f Added an intro write-up to part12 2021-03-28 17:27:08 +01:00
Adam Greenwood-Byrne
50a3b2fb7a Got mouse coords working with iOS peripheral 2021-03-28 16:57:45 +01:00
Adam Greenwood-Byrne
2c10af666b Getting mouse library to work with iOS BLE peripheral/controller 2021-03-26 22:28:41 +00:00
Adam Greenwood-Byrne
3a86c5975b Restructured the codebase for a bit more clarity 2021-03-25 09:20:48 +00:00
Adam Greenwood-Byrne
e16f968790 Updated some examples to use new mouse button functionality 2021-03-24 21:20:53 +00:00
Adam Greenwood-Byrne
a0af1dc10a Finished Space Invaders example game in example/wgt20.c 2021-03-24 21:06:32 +00:00