-
Firmware
- Robot codes with folder for which version.
- Board: NUCLEO-F767ZI
- API: MbedOS
- Software IDE: Visual Studio Code
- Programming Extension: PlatformIO, installed with VS Code package manager.
- Updating Firmware: instructions here
-
Tests
- Folder with all tests and auxiliar softwares.
It's submodule of communication-embedded.
-
So, to clone this repository please use:
git clone --recurse-submodules -j8 <link>
-
Whener you want to update the nRF24Communication lib to the latest version on communication-embedded (master), use:
git submodule update --init --recursive
The ST STM32 is a device platform responsible for interface mbed to ARM boards, so it's necessary to install at the PlatformIO extension.