Skip to content
/ MCU Public

D startup- and library-files for ARM Cortex-M Microcontrollers

Notifications You must be signed in to change notification settings

jens-gpio/MCU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains D startup files for ARM Cortex-M microcontrollers.

For more info about the D language, please visit dlang.org

The files in the startup/ directory are ready for use.
Just copy one of them to your src/ directory.

To create a new startup file, all you have to do, is ...
1: Go to the templates/ directory
2: CD into the desired vendor's prefix (creating a new folder if needed)
3: Create and open a new file ending in .v
4: List all the exception vectors in the correct order starting from the Reset_Handler
5: Save the file
6: Run ../bin/generate
7: Your new startup file should now appear in the startup/ directory; copy it to your src/ folder

About

D startup- and library-files for ARM Cortex-M Microcontrollers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published