This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix link

iilak (Jan 16, 2024, 7:59 PM +0100) 8315cdeb 488c6339

+4 -4
+4 -4
README.md
··· 3 3 4 4 So piOS might sound like I'm on a grand mission to create the ultimate Raspberry Pi operating system, 5 5 but truth be told, I just liked the name. What's really happening here is a journey through various online tutorials 6 - about baremetal coding on the Pi, which you can check out in the list below [(see here)](##Notes). 6 + about baremetal coding on the Pi, which you can check out in the list below [(see here)](# Notes). 7 7 I'm stepping into the world of embedded software development with almost zero prior experience, and unfortunately, 8 8 my university days didn't touch on this domain. This project is purely a hobby, sparked by a desire to dip my toes 9 9 into the world of embedded systems. 10 10 11 11 What is the end goal? To be honest, I don't know yet. The things that I would like to get working but are not yet: 12 - * Filesystem: I don't want to continue to compile everything I need into the kernel. There is a SD card so let's use it. 13 - * Bluethooth: Would be nice to connect an external keyboard or something like this? I have no idea how hard this is. 14 - * TCP/IP stack: Would be fun to try to get it connected to the internet. 12 + * **Filesystem**: I don't want to continue to compile everything I need into the kernel. There is a SD card so let's use it. 13 + * **Bluethooth**: Would be nice to connect an external keyboard or something like this? I have no idea how hard this is. 14 + * **TCP/IP stack**: Would be fun to try to get it connected to the internet. 15 15 16 16 ## Notes 17 17 Honestly, if you are interested in baremetal programming, you can probably use any of the below projects as a