README

Fri, 16 Oct 2020 22:08:47 +0200

author
David Douard <david.douard@sdfa3.org>
date
Fri, 16 Oct 2020 22:08:47 +0200
changeset 28
424d792fea4f
parent 26
86f099bda525
permissions
-rw-r--r--

compile for nucleo f446re & f303re with mbed 6

Use mbed 5.14

For some reason I had to disable mbed-client-cli/ (multiple definition of `cmd' error at
link time).
Put a .mbedignore file in:

$ cd /home/david/.platformio/packages/framework-mbed@6.51504.200716/features
$ cat .mbedignore
mbed-client-cli/*
frameworks/mbed-client-cli/*

see https://docs.platformio.org/en/latest/frameworks/mbed.html#ignoring-particular-components

mercurial