diff options
| author | JF <jf@codingfield.com> | 2020-01-17 14:03:34 (GMT) |
|---|---|---|
| committer | JF <jf@codingfield.com> | 2020-01-17 14:03:34 (GMT) |
| commit | 69a14a224780a3abe13bc4fcacd2d71db54716ac (patch) | |
| tree | 4a1570a4b581eef3dd7f5d06dedf395c17e384b9 | |
| parent | 24fa6bd5a8e0869f361e31c2c9df751fd1c5eb04 (diff) | |
Type again
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -49,8 +49,8 @@ See [this page](./doc/PinetimeStubWithNrf52DK.md) - -DUSE_JLINK=1 - -DNRFJPROG=[Path to NRFJProg executable] - * OR - * **[GDB CLIENT (if you use a BlackMagicProbe, for example)]** Call CMake with the following command line argument + * OR + * **[GDB CLIENT (if you use a BlackMagicProbe, for example)]** Call CMake with the following command line argument - -DARM_NONE_EABI_TOOLCHAIN_PATH=[Path to the toolchain directory] - -DNRF5_SDK_PATH=[Path to the SDK directory] @@ -58,8 +58,8 @@ See [this page](./doc/PinetimeStubWithNrf52DK.md) - -DGDB_CLIENT_BIN_PATH=[Path to arm-none-eabi-gdb executable] - -DGDB_CLIENT_TARGET_REMOTE=[Target remote connetion string. Ex : /dev/ttyACM0] - * Optionally, you can define MERGEHEX with the path to the ```mergehex``` tool from [NRF5X Command Line Tools](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5x_cltools%2FUG%2Fcltools%2Fnrf5x_command_line_tools_lpage.html&cp=6_1) to be able to merge the application and softdevice into one HEX file. In this case the merged file is generated in src/pinetime-app-full.hex - + * Optionally, you can define MERGEHEX with the path to the ```mergehex``` tool from [NRF5X Command Line Tools](https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf5x_cltools%2FUG%2Fcltools%2Fnrf5x_command_line_tools_lpage.html&cp=6_1) to be able to merge the application and softdevice into one HEX file. In this case the merged file is generated in src/pinetime-app-full.hex + - -DMERGEHEX=[Path to the mergehex executable] JLINK |
