Jussi Siponen
8137aaf644
Change wifi example to build only DISCO_L475VG_IOT01A
...
Currently mbed-os-example-blinky and mbed-os-example-wifi are built for each and every target in Mbed OS. This will change that only DISCO_L475VG_IOT01A is built for mbed-os-example-wifi. DISCO_L475VG_IOT01A was chosen as its one of the wi-fi supported boards and having integrated wi-fi.
2019-11-19 17:06:36 +00:00
Qinghao Shi
376bc4b6cd
TESTS: turn off blinky log compare test due to example changed
2019-11-18 15:48:17 +00:00
Qinghao Shi
6ae70e8ebe
TEST: turn on sub examples build test
2019-11-18 15:42:08 +00:00
Qinghao Shi
0fc8e9d217
TEST: update example.json file
2019-11-18 15:42:08 +00:00
Qinghao Shi
66ae04fb21
TEST: add atecc608a example to compilation test
2019-11-18 15:42:08 +00:00
Qinghao Shi
1424d964fc
EXAMPLES: temporarily turn off build for NFC examples
2019-11-18 15:42:08 +00:00
Qinghao Shi
6458bf0468
EXAMPLES: fix a typo in the path
2019-11-18 15:42:08 +00:00
Amanda Butler
3042da2dd0
Edit README.md
...
Edit file, mostly for formatting and grammar.
2019-11-18 15:42:08 +00:00
Qinghao Shi
9f183738ff
EXAMPLES: remove default build profiles
2019-11-18 15:42:08 +00:00
Qinghao Shi
668db82480
EXAMPLES: add README file
2019-11-18 15:42:08 +00:00
Qinghao Shi
e5942e621d
EXAMPLES: temporarily turn off the complie test for sub example
2019-11-18 15:42:08 +00:00
Qinghao Shi
42b9b61f88
EXAMPLES: update comments and fix bugs
2019-11-18 15:42:08 +00:00
Qinghao Shi
4292281553
EXAMPLES: update console output format
2019-11-18 15:42:08 +00:00
Qinghao Shi
f4d287ffd5
EXAMPLES: update build_repo function
2019-11-18 15:42:08 +00:00
Qinghao Shi
9870891d13
EXAMPLES: update export_repos function
2019-11-18 15:42:08 +00:00
Qinghao Shi
a6bb82abdb
EXAMPLES: update examples_lib.py - add logging function - update clone function - update deploy function - update source function - add symlink function
2019-11-18 15:42:08 +00:00
Qinghao Shi
283a0af58b
EXAMPLES: improve examples.py cli help messages
2019-11-18 15:42:08 +00:00
Qinghao Shi
19f802c7e6
EXAMPLES: add list amd Symlink functions
2019-11-18 15:42:08 +00:00
Qinghao Shi
65762081c3
EXAMPLES: update examples.json file
...
- remove "mbed" and "test-repo-source" key
- add "sub-repo-example" key as an indicator if an example has sub examples
- add "subs" key to sotre sub examples names
2019-11-18 15:42:08 +00:00
Qinghao Shi
c10127a73c
EXAMPLES: add test key for remaining examples
2019-11-18 15:42:08 +00:00
Hugues Kamba
7bb54f5320
Move script to check for floats and make it Python 2 compatible.
...
All scripts pertaining to example projects tests should be in the same
directory. The test framework uses Python2 therefore this script also needs
to be Python2 compatible.
2019-11-18 15:42:08 +00:00
Olli-Pekka Puolitaival
f95187599f
Fix documentation
2019-10-16 11:53:52 +01:00
Olli-Pekka Puolitaival
95f04e104a
Make able to define build jobs amount when building examples
2019-10-16 11:53:52 +01:00
Qinghao Shi
8205a15342
TEST: update compare log file name
2019-10-16 11:53:52 +01:00
Olli-Pekka Puolitaival
d2bd044b4d
Use very verbose to see more details in case of problem
2019-10-16 11:53:52 +01:00
Olli-Pekka Puolitaival
ba26bd9cde
Python3 fixes
2019-08-16 13:51:21 +03:00
Olli-Pekka Puolitaival
aa1d16e871
Python3 fixes
2019-08-15 10:06:41 +03:00
Martin Kojtal
15539e0710
Merge pull request #10749 from jamesbeyond/example_test
...
Examples: enable more tests for examples
2019-06-09 18:18:37 +01:00
adbridge
366b18ea1f
Re-enable complilation for wifi and nanostack examples
2019-06-07 10:50:24 +01:00
Qinghao Shi
31fc1e56f2
Examples: enable more tests for examples
2019-06-03 18:30:42 +01:00
Martin Kojtal
8fc2a3c92a
Merge pull request #10675 from 0xc0170/update-mbedtls-2.18.0-rc1
...
Update mbedtls 2.18.0 rc1
2019-05-28 20:24:18 +01:00
Martin Kojtal
eebc1b9e40
Revert "Check mbed-crypto-example with fork"
...
This reverts commit ff18a64e00
.
Use the official repository
2019-05-27 08:02:55 +01:00
Qinghao Shi
09e21a20d2
TESTS: update examples.json to enable testing
2019-05-21 14:27:10 +01:00
Qinghao Shi
35eeef55a1
fix a bug where base_path was wrong
2019-05-19 00:32:39 +01:00
Qinghao Shi
3bb0a8aded
fix a bug when STDOUT has less than 5 lines
2019-05-18 23:57:23 +01:00
Qinghao Shi
48e1a56e0e
add a comment based on review
2019-05-15 23:31:58 +01:00
Qinghao Shi
71d7970fc5
fix issues base on the review
2019-05-10 17:48:15 +01:00
Qinghao Shi
b2611fb801
TEST: update python script to enable example smoke test
...
* it will check examples.json if contains 'test', 'compare_log', 'baud_rate' keys
* it will dump test_spec.json test in examples compiled successfully
2019-05-02 15:26:15 +01:00
Aleksi Klasila
8137974232
rm ["python", "-m"] from build_command
2019-04-04 10:34:23 +03:00
alekla01
3665209df8
examples test compile optional verbose
2019-04-02 09:01:55 +03:00
kegilbert
ac2a52a429
Remove gnuarmeclipse from baremetal export testing
...
baremetal does not currently work with gnuarmeclipse
2019-03-22 09:17:24 -05:00
Kevin Gilbert
8084fd91af
Add baremetal example to testing
2019-03-20 18:04:33 -05:00
adbridge
34ae13dd48
Fix cut/paste error in the new example github link
2019-03-11 12:09:48 +00:00
adbridge
9432d45746
Looks like only the LPC55S69_NS flavour of target is required.
2019-03-11 11:57:56 +00:00
adbridge
618d31bb2b
Remove unecessary _S and _NS target variants from new example
2019-03-11 11:48:00 +00:00
adbridge
af540936be
Add new mbed-os-example-attestation example
2019-03-11 11:27:49 +00:00
Martin Kojtal
195965fd5e
tools: move string description after import modules
2019-02-19 10:49:04 +00:00
Martin Kojtal
c8f698ca36
tools: add license headers
2019-02-15 13:32:45 +00:00
Martin Kojtal
dcba5ffa3c
Merge pull request #9529 from kfnta/its_crypto
...
RollUp PR Crypto with ITS
2019-02-04 17:14:05 +01:00
Oren Cohen
ff18a64e00
Check mbed-crypto-example with fork
...
Revert this commit once these changes are merged to example master
2019-01-31 17:17:57 +02:00