Moving stack out of SRAMC because it's too slow. Time to start thinking about DRAM
All this pain because of a bad cast lol :)
Trying to get display to not flicker
The wee, small beginnings of an OS for my PinePhone.
I must write all the code for funos
.
Exceptions:
make
arm-none-eabi-gcc,objcopy,objdump
rustc
(with target armv7a-none-eabi
)gcc
make
To flash SD card:
# !Warning! writes to /dev/mmcblk0
sudo make sd-flash
To flash over UART (with funos
running):
make flash
Thank you: