diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-28 06:29:58 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-28 06:29:58 (GMT) |
| commit | 2ddf1ed2f335a687b2b1117ec0c8a4d2cb3cf82c (patch) | |
| tree | d882866e657ebe3e9255c2ff4f3bb1599ceb4721 | |
| parent | cb5b69b904ddf5f3d1b52e425babb72392fae73c (diff) | |
Update main2.yml
| -rw-r--r-- | .github/workflows/main2.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index fb4abb5..97c91e7 100644 --- a/.github/workflows/main2.yml +++ b/.github/workflows/main2.yml @@ -95,7 +95,7 @@ jobs: run: mkdir -p build && cd build && cmake -DARM_NONE_EABI_TOOLCHAIN_PATH=${{ runner.temp }}/arm-none-eabi -DNRF5_SDK_PATH=${{ runner.temp }}/nrf5_sdk -DUSE_OPENOCD=1 ../ ######################################################################################### - # Make and upload pinetime-mcuboot-app + # Make and Upload DFU Package # pinetime-mcuboot-app.img must be flashed at address 0x8000 in the internal flash memory with OpenOCD: # program image.bin 0x8000 @@ -124,7 +124,7 @@ jobs: path: build/src/pinetime-mcuboot-app-dfu.zip ######################################################################################### - # Make and upload pinetime-app + # Make and Upload pinetime-app - name: Make pinetime-app run: cd build && make pinetime-app |
