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.
Fork of mbed-os by
test_data.py
00001 # Two libraries (lib1 and lib2) define their own configuration parameters 00002 # The application config doesn't have any parameters itself, it just overrides the parameter 00003 # named p1 from both lib1 and lib2. 00004 00005 expected_results = { 00006 "test_target": { 00007 "desc": "app without its own parameters overrides parameters in other libs", 00008 "lib1.p1": "v_p1_lib1_app", 00009 "lib1.p2": "v_p2_lib1", 00010 "lib1.p3": "v_p3_lib1", 00011 "lib2.p1": "v_p1_lib2_app", 00012 "lib2.p2": "v_p2_lib2" 00013 } 00014 }
Generated on Tue Jul 12 2022 13:16:14 by
