Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DataStore JobScheduler NetworkServices W5500Interface nanopb protocol
README.md
- Committer:
- sgnezdov
- Date:
- 2017-07-14
- Revision:
- 4:b360d4f0bf34
- Parent:
- 0:2c57ed6943f7
- Child:
- 21:32cd3bfde206
File content as of revision 4:b360d4f0bf34:
# Borsch ## Overview This project is based on [i1][mbed OS 5]. ## NetworkServices Library Ideally this library shall not be used and mbed network services should be used. Currently we use it to handle DHCP with W5500. DNS service from mbed OS is used. ## Comments to mbed_app.json { "config": { }, "target_overrides": { "*": { the following 2 lines are required to get mbed-tracing to work "target.features_add": ["COMMON_PAL"], "mbed-trace.enable": 1 } } } ## Quick References * [i1][] * [t1][] [i1]: https://developer.mbed.org/blog/entry/Introducing-mbed-OS-5/ Introducing mbed OS 5 [t1]: https://docs.mbed.com/docs/mbedmicro-api/en/latest/api/md_features_FEATURE_COMMON_PAL_mbed-trace_README.html Tracing Overview