Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

This is a FEUO (For Emergency Use Only) Mbed repository to get a basic working PokiRobot soft for Eurobot 2022

Notifications You must be signed in to change notification settings

Pokibot-org/PokiRobotSoftMbed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokiRobotSoftMbed (2022)

This is a FEUO (For Emergency Use Only) Mbed repository to get a basic working PokiRobot soft during the Eurobot 2022.

Consider this as a "sandbox example" to use STM32 modules through MBED on the robot.

This project use Platformio (PIO) as building system.

Problem with Python 3.10

If you have problem compiling or using PlatformIO with Python 3.10, you have two choice :

  • Either downgrade to Python3.9
  • Or fix Python3.10 : In every Python file that PIO report as a bug, replace collections import by collections.abc as explain here.

Mbedignore

It is not mandatory, but if you want to accelerate compilation of MBED through PIO, you can use a .mbedignore file. But this require the installation of a custom script.

There already is one in the root of this project. To add Mbedignore support, simply apply this Pull Request to your current PIO installation. If you don't know how, follow theses steps manually :

Now you can clean the project, and rebuild it :

cd <your_project_root_folder_location>
pio run -t clean
pio run

About

This is a FEUO (For Emergency Use Only) Mbed repository to get a basic working PokiRobot soft for Eurobot 2022

Topics

Resources

Stars

Watchers

Forks