Skip to content

RL78/G12 example with CI

License

MIT, Unlicense licenses found

Licenses found

MIT
LICENSE
Unlicense
UNLICENSE
Notifications You must be signed in to change notification settings

msalau/R5F102AA-blink-led

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A blink-led example for R5F102AA (RL78/G12)

The firmware blinks an LED connected to P20 (pin #1). The target MCU is R5F102AA (RL78/G12 in LSSOP-30)

Building

Using Docker

docker run --rm -v "$(pwd):/src" msalau/rl78-elf-llvm make

or

./build.sh

Using a local rl78-llvm toolchain

PATH=<path-to-rl78-llvm>/bin/:${PATH} make

GitHub Actions Integration

A CI workflow to build the firmware in a Docker container which has LLVM for RL78 in it.

The image from Docker Hub used: msalau/rl78-elf-llvm

The final SRecord image is saved in artifacts.

About

RL78/G12 example with CI

Topics

Resources

License

MIT, Unlicense licenses found

Licenses found

MIT
LICENSE
Unlicense
UNLICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published