Skip to content

a simple Nim template with the arm-none-eabi-gcc toolchain

License

Notifications You must be signed in to change notification settings

mikra01/nim_arm_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nim_arm_template

a simple Nim template with the arm-none-eabi-gcc toolchain and qemu. qemu's versatilepb machine emulation is used. newlib's "_write" is retargeted so "echo" outputs to uart0.

run the example with "nim run_armdemo project.nims"

Dependencies

GNU-ARM and QEMU

Remarks

  • example is not running on real hardware because of the simplified uart function
  • tested with Nim compiler version 1.5.1 / GNU-ARM toolchain 9.2.1 20191025 (release) with windows10 host
  • TODO: get the timertick running

About

a simple Nim template with the arm-none-eabi-gcc toolchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published