This repository was archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Add default JSON files to 'config' folder #137
Labels
Comments
ARM Internal Ref: IOTCLT-1302 |
I have to say that would make sense. We have some rather nifty execute sed /s stuff in the Jenkins scripts etc., those could be simplified to simple cp config/xxx.json mbed_app.json -calls. |
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a config-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 11, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 13, 2016
Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Jenkinsfile was modified to do the copy operation at the beginning. Add the emac for UBLOX to Wifi configs. Add mbedignore files to avoid the compilation problems. Reference: #137
JanneKiiskila
pushed a commit
that referenced
this issue
Dec 13, 2016
* configs/*.json based configurations Per Marcelo Salazar's proposal add configuration examples to a configs-folder. By default the repo does not anymore have an mbed_app.json at all, but one should copy one of the example configs, potentially modify it and use it. Add mbedignore files to avoid the compilation problems. Reference: #137 * Clarify connection types per bearer Mesh-networking ONLY supports UDP, others support both. Table to illustrate UPD/TCP modes per network bearer.
Closing this issue, master has now those. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are lots of configurations available for this example. Modifying 'mbed_app.json' is becoming tedious.
I suggest to create a 'config' folder and add multiple json files that could be reused by the user (by copying it to the root directory and renaming to 'mbed_app.json'). Suggestions:
@jankii01
The text was updated successfully, but these errors were encountered: