Skip to content

A simple demonstration of a Dev Container on Codespaces with the IAR Build Tools

Notifications You must be signed in to change notification settings

felipe-iar/hello-dev-container

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-dev-container

A simple demonstration of a Dev Container with the IAR Build Tools in GitHub Codespaces.

How-to

  1. Fork this repository.
  2. Set your IAR_LMS_BEARER_TOKEN at your repository settings, under "Settings", "Secrets and variables", "Codespaces".

Screenshot_20250307_172404

  1. Go back to your repository and choose "<> Code", "Codespaces", "Create codespace...".

Screenshot_20250307_172458

  1. Test your compiler in VS Code's terminal.

Screenshot_20250307_172635

  1. From the Extensions panel, reach out to the CMake extension and select your configuration preset.

Screenshot_20250307_172914

Screenshot_20250307_172649

  1. You should now get your CMake project configured.

Screenshot_20250307_172950

  1. Build it with the IAR Build Tools!

Screenshot_20250307_173052

  1. Debug it with IAR C-SPY!

Screenshot_20250307_173109

image

It was a glorious journey! For a more comprehensive live example, try modern-workflow.

About

A simple demonstration of a Dev Container on Codespaces with the IAR Build Tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 65.4%
  • C 34.6%