Commit graph

250 commits

Author SHA1 Message Date
isometimes
2baafbd94e Fixed broken link in part14 docs 2022-04-22 11:10:03 +01:00
Adam Greenwood-Byrne
bc980ff16f Some simple doc changes 2022-04-09 07:58:04 +01:00
Adam Greenwood-Byrne
ee4d0141f9 Updated part14-spi-ethernet driver file for consistency 2022-04-08 21:57:33 +01:00
Adam Greenwood-Byrne
0cd81619d0 Removed .DS_Store 2022-04-08 21:37:19 +01:00
Adam Greenwood-Byrne
76be43e53a Upgraded part15-tcpip to include code for serving web pages 2022-04-08 21:36:35 +01:00
isometimes
f5b10bb1de Added a note to part4-miniuart about the peripheral base address 2022-02-20 20:50:22 +00:00
isometimes
bd8e2b8ce0 Added FUNDING.yml 2022-02-18 23:17:07 +00:00
isometimes
893c8ef4d2 Updated doc 2021-11-08 15:50:08 +00:00
isometimes
7ff958289c Adding link from part14 to part15 2021-11-08 15:46:22 +00:00
isometimes
907068000b Added first draft of a part15-tcpip write-up 2021-11-08 15:44:59 +00:00
Adam Greenwood-Byrne
3e8f5bed75 Final part14-spi-ethernet write-up 2021-11-07 21:43:32 +00:00
Adam Greenwood-Byrne
2422351f86 Updated docs 2021-11-07 21:31:13 +00:00
Adam Greenwood-Byrne
53a8837fab Updated docs 2021-11-07 21:26:31 +00:00
Adam Greenwood-Byrne
b859bf1a1b Updated docs 2021-11-07 21:16:40 +00:00
Adam Greenwood-Byrne
0b653e0dc7 Updated docs 2021-11-07 20:48:17 +00:00
Adam Greenwood-Byrne
59b7cc11f0 Updated docs 2021-11-07 20:22:17 +00:00
Adam Greenwood-Byrne
2f2b5df1fd Updated docs 2021-11-07 19:53:58 +00:00
Adam Greenwood-Byrne
dfc89a4449 Updating docs 2021-11-07 19:29:45 +00:00
Adam Greenwood-Byrne
787e6ec8cb Updating docs 2021-11-07 19:19:07 +00:00
Adam Greenwood-Byrne
7c871b0266 Fix photo location 2021-11-07 18:36:03 +00:00
Adam Greenwood-Byrne
b70c614a73 Starting part14 write-up 2021-11-07 18:35:17 +00:00
Adam Greenwood-Byrne
3c81e9622d Some tidying up in part14 and part15 2021-11-06 17:24:12 +00:00
Adam Greenwood-Byrne
bc2ecc934d Added part15-tcpip - same as part14-ethernet, but replies to pings now 2021-11-06 17:16:46 +00:00
Adam Greenwood-Byrne
ababff0e38 Removing unnecessary include 2021-10-31 00:19:12 +01:00
Adam Greenwood-Byrne
dde4667e37 Simplifying the encspi.c 2021-10-31 00:18:05 +01:00
Adam Greenwood-Byrne
a59a53728d Ethernet now successfully ARPing - good milestone 2021-10-30 22:06:50 +01:00
Adam Greenwood-Byrne
29b864719c Added some clocking to Ethernet over SPI example 2021-10-30 18:16:02 +01:00
Adam Greenwood-Byrne
bbe5d156b7 Got link detection working on the Ethernet interface 2021-10-30 12:11:59 +01:00
Adam Greenwood-Byrne
bca2e179f9 Iterating on the Ethernet driver implementation 2021-10-30 02:04:31 +01:00
Adam Greenwood-Byrne
66f80328bc Fixed fb.c across the board, iterated on Ethernet support - still WIP 2021-10-26 09:50:13 +01:00
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