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: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo 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 12:28:53 by
