Skip to content

andresR8/mbed-os-renode-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbed-os-renode-example

This is a mbed example project with some modifications to make it run with Renode (support for the Renode platform is done in the following Renode fork more info here).

The target is the DISCO_F746NG board.

Prerequisites

  1. Install Mbed CLI

Building and running

Move to the root folder of the repo and run the following comands:

    $ mbed deploy
    $ sudo chmod u+x fix_mbed.py
    $ ./fix_mbed.py
    $ mbed compile --target DISCO_F746NG

You will find the file: ./BUILD/DISCO_F746NG/GCC_ARM/mbed-os-renode-example.elf which you can use in the mbed file .resc on Renode

Expected output

The example, runs the LTDC with a message, it also display a message over serial console, and toggles the LED1 (PORT_I_1)

drawing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published