Skip to content

Commit d19ee8e

Browse files
author
Yogesh Pande
authored
Merge pull request #2 from ARMmbed/reduced-configuration
Reduced configuration
2 parents 02a90f1 + a5b7af1 commit d19ee8e

File tree

78 files changed

+1596
-191310
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1596
-191310
lines changed

README.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,30 @@
1-
WIP
1+
# Pelion Client Mbed OS Example
2+
3+
Features:
4+
- Mbed OS 5.13
5+
- Supports Update
6+
- 200 lines of codes + credential sources
7+
8+
# Deploying
9+
10+
Because the point of this repository is to propose the change ideas, mbed-cloud-client patching is required before compilation.
11+
12+
mbed import new-mbed-os-pelion-example
13+
cd new-mbed-os-pelion-example
14+
git checkout -b reduced-configuration -t origin/reduced-configuration
15+
./patch-mbed-cloud-client.sh
16+
17+
# Compilation
18+
19+
mbed target K64F
20+
mbed toolchain GCC_ARM
21+
mbed compile
22+
23+
24+
# Program Flow
25+
26+
1. Bootstrap
27+
1. Register
28+
1. Send enter through putty/minicom to simulate button
29+
1. Send 'i' to print endpoint name
30+
1. Send Ctrl-C through putty/minicom to unregister

TESTS/COMMON/alice.h

Lines changed: 0 additions & 16781 deletions
This file was deleted.

TESTS/COMMON/alice.txt

Lines changed: 0 additions & 3736 deletions
This file was deleted.

TESTS/COMMON/bogdan.h

Lines changed: 0 additions & 72293 deletions
This file was deleted.

0 commit comments

Comments
 (0)