Template for Demo Program

Committer:
bjbance
Date:
Fri Mar 12 01:50:05 2021 +0000
Revision:
3:cfad8ca57114
Parent:
0:bf54a250aa28
Updated MBED OS Library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bjbance 0:bf54a250aa28 1 # FTHR_SD_Demo
bjbance 0:bf54a250aa28 2 This example program writes "Hello World!" into a file named "myfile.txt" on the card inserted into the microSD card connector.
bjbance 0:bf54a250aa28 3
bjbance 0:bf54a250aa28 4 # MBED Support
bjbance 0:bf54a250aa28 5 Please switch to appropriate branch for your mbed-os version.
bjbance 0:bf54a250aa28 6 For mbed v6.6 run below commands after cloning repository.
bjbance 0:bf54a250aa28 7 1. `git checkout -b demo-with-mbedv6-6 origin/mbed-v6.6`
bjbance 0:bf54a250aa28 8 2. `mbedtools compile -t GCC_ARM -m MAX32630FTHR`
bjbance 0:bf54a250aa28 9 To try demo with the latest mbed-os please update `mbed-os.lib` file to point latest.