Skip to content

Commit

Permalink
Cascoda SDK patch release v0.15-1
Browse files Browse the repository at this point in the history
update Iotivity version to include resource defaults
  • Loading branch information
tiniuclx committed Jan 25, 2021
1 parent bfcd359 commit 91effbd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/guides/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ Also optionally download the [plantuml jar](https://plantuml.com/download)
## Windows

Install:
- [git](https://gitforwindows.org/)
- [git](https://gitforwindows.org/) (Add git to PATH when prompted)
- [CMake](https://cmake.org/download/)
- [mingw-w64](https://sourceforge.net/projects/mingw-w64/)
- [arm-none-eabi-gcc](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads)

Make sure the mingw ``bin`` directory and the arm-none-eabi-gcc ``bin`` directory are added to your PATH environment variable. To do this, take note of the installation directory during the install process. Then after installation:
Note that if git was installed without adding to the PATH, then the build system will not be able to detect the version and will display 'unknown'. Add the git `cmd` directory to PATH using the same method as below to solve this.

Make sure the mingw ``bin`` directory and the arm-none-eabi-gcc ``bin`` directory are added to your PATH environment variable. To add to path, take note of the installation directory during the install process. Then after installation:

1. Open the start menu and search for 'path'
2. Click on 'Edit the system environment variables'
Expand Down
2 changes: 1 addition & 1 deletion ocf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ endif()
FetchContent_Declare(
iotivitylite
GIT_REPOSITORY ${CASCODA_IOTIVITY_REPO}
GIT_TAG bd05ecbbeae032239794701ccad404c77dd6520d
GIT_TAG 98382caa10af679489bbf2bf8a3b1fc18544f5c2
PATCH_COMMAND ${CMAKE_COMMAND} -P ${PROJECT_SOURCE_DIR}/iotivity-patch.cmake
)

Expand Down

0 comments on commit 91effbd

Please sign in to comment.