diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2025-06-26 01:41:23 +0100 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2025-06-26 01:41:23 +0100 |
commit | b3d72142672d54ea198669e86a688928df63cf34 (patch) | |
tree | dadb0fa69c2f21cc340cb390b94c027828516282 | |
parent | 8e535cf3e717474bc7365bf08d888d4921011767 (diff) | |
download | md-content-b3d72142672d54ea198669e86a688928df63cf34.tar.gz md-content-b3d72142672d54ea198669e86a688928df63cf34.zip |
add new line in raspi5 notes
-rw-r--r-- | md/writeup/raspberry5_baremetal_helloworld.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/md/writeup/raspberry5_baremetal_helloworld.md b/md/writeup/raspberry5_baremetal_helloworld.md index 6d31ca6..7542b48 100644 --- a/md/writeup/raspberry5_baremetal_helloworld.md +++ b/md/writeup/raspberry5_baremetal_helloworld.md @@ -3,6 +3,7 @@ keywords:raspi5,asm,c,kernel,arm64 # Raspberry 5 baremetal Hello World example + ## Intro Here is base example that will allow to print out message to serial console, |