Skip to content

DematteisGiacomo/raspi-as

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raspi-as

Assembly projects on Raspberry pi 4 model b:

blinky_42

blinky_17

uart

pwd

Control a motor with pwd peripheral

To compile

arm-none-eabi-as blinky.s -o blinky.o
arm-none-eabi-ld --no-undefined blinky.o -o blinky.elf
arm-none-eabi-objcopy blinky.elf -O binary kernel7l.img

About

Assembly projects on Raspberry pi 4 model b

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published