Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.39 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.39 KB

ssl-embedded

PlatformIO CI

Dependencies

- nRF24Communication lib

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
    

- ST STM32 Platform

The ST STM32 is a device platform responsible for interface mbed to ARM boards, so it's necessary to install at the PlatformIO extension.