Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

GitHub actions

works great

Cross-Compile for OpenMote-CC2538

  • on Windows, install from https://launchpad.net/gcc-arm-embedded/+download (I downloaded gcc-arm-none-eabi-5_4-2016q3-20160926-win32.exe)

  • Code Block
    cd C:\Users\twatteyn\Desktop\openwsn-fw
    mkdir build && cd build
    cmake .. -G"MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE=cmake/toolchains/cc2538.cmake -DBOARD=openmote-cc2538
    cmake --build .
  • Application available in C:\Users\twatteyn\Desktop\openwsn-fw\build\projects\common\03oos_openwsn\oos_openwsn.ihex

Scratchpad

Info

temporary scratchpad during session, to be deleted after

...