arm studio build

Dependencies:   libxDot-mbed5

Committer:
alan1974
Date:
Wed Jul 29 05:38:19 2020 +0000
Revision:
31:4539c212ecaa
Parent:
0:a91cd1b08360
updated to libxDot 3.3.5 and mbed_os 5.15.1; build but not working

Who changed what in which revision?

UserRevisionLine numberNew contents of line
alan1974 0:a91cd1b08360 1 Instructions for building Dot-Examples
alan1974 0:a91cd1b08360 2
alan1974 0:a91cd1b08360 3 1. Import dot-examples
alan1974 0:a91cd1b08360 4 $ mbed import http://os.mbed.com/teams/MultiTech/code/Dot-Examples/
alan1974 0:a91cd1b08360 5
alan1974 0:a91cd1b08360 6 2. cd to the Dot-Examples/examples and import the dot library stack
alan1974 0:a91cd1b08360 7 Choose either the stable or dev library for your dot device
alan1974 0:a91cd1b08360 8 e.g. to get the latest development library for the xDot
alan1974 0:a91cd1b08360 9 $ mbed add http://os.mbed.com/teams/MultiTech/code/libxDot-dev-mbed5/
alan1974 0:a91cd1b08360 10
alan1974 0:a91cd1b08360 11 3. Update mbed-os revision to match that of the dot library you just imported.
alan1974 0:a91cd1b08360 12 This information can be found in the library's commit history.
alan1974 0:a91cd1b08360 13 e.g.
alan1974 0:a91cd1b08360 14 $ cd Dot-Examples/mbed-os
alan1974 0:a91cd1b08360 15 $ mbed update mbed-os-5.7.6
alan1974 0:a91cd1b08360 16
alan1974 0:a91cd1b08360 17 4. Modify the Dot-Examples/examples/example_config.h to select the channel plan and which example to build
alan1974 0:a91cd1b08360 18 By default, the OTA example is selected to build with the US channel plan
alan1974 0:a91cd1b08360 19
alan1974 0:a91cd1b08360 20 5. Once the example is selected, modify the example source file to match the configuration of your gateway.
alan1974 0:a91cd1b08360 21 Make sure the network_name, network_passphrase, frequency_sub_band (US), public_network, and join_delay settings match that of your gateway
alan1974 0:a91cd1b08360 22