Skip to content

Dandjinh/arm-gcc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

arm-gcc-docker

An enviroment for ARM Cortex-M series MCUs

Components

  1. a docker where gcc-arm-none-eabi, make, cmake, fish installed
  2. a GUI helper for building makefile and communicating with server in docker (in development)
  3. a server application running in docker and communicates with host (in development)

Docker commands

  1. just run docker

docker run -ti --name arm dandjinh/arm-gcc fish

  1. run docker and start server

docker run -d --name arm -p 12345:12345 dandjinh/arm-gcc helper-server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published