Skip to content

boghicieusebiu/pm-2018-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PM 2018 setup

This script installs the tools needed to write code to PM PCB, makes a makefile, source code as example, a script to upload the code to microcontroller. The program that uploads the code will be installed in current directory.

Install

Move install.sh in the directory where you want bootloader files to be located.

$ ./install.sh

This will create 3 files:

  • main.c - sample code to run
  • Makefile - contains rules for building the binary
  • go.sh - script that will compile and upload the code to microcontroller

Note

go.sh might not work on Bash for Windows 10.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages