Updates of REAME files (main and submodule).
This commit is contained in:
parent
87970a88a4
commit
875bfd0a1a
|
@ -7,7 +7,7 @@ Port Feature
|
|||
============
|
||||
|
||||
The port supports the following boards from ST:
|
||||
- NUCLEO-L152RE board, based on the STM32L152RET6 ultra-low power microcontroller
|
||||
- NUCLEO-L152RE board, based on the STM32L152RET6 ultra-low power microcontroller
|
||||
- X-NUCLEO-IDS01A4 based on sub-1GHz SPSGRF-868 SPIRIT1 module (operating at 868 MHz)
|
||||
- X-NUCLEO-IDS01A5 based on sub-1GHz SPSGRF-915 SPIRIT1 module (operating at 915 MHz)
|
||||
- X-NUCLEO-IKS01A1 featuring motion MEMS and environmental sensors (optional)
|
||||
|
@ -63,14 +63,15 @@ Software Requirements
|
|||
The following software are needed:
|
||||
|
||||
* ST port of Contiki for STM32 Nucleo and expansion boards.
|
||||
>The port is automatically installed when both the Contiki and the submodule repository are cloned: the former hosts the Contiki distribution and the ST platform interface, the latter hosts the actual library.
|
||||
The following commands are needed to download the full porting:
|
||||
|
||||
>The port is automatically installed when both the Contiki and the submodule repository are cloned: the former hosts the Contiki distribution and the ST platform interface, the latter hosts the actual library. The following commands are needed to download the full porting:
|
||||
|
||||
git clone https://github.com/STclab/contiki.git
|
||||
cd contiki/
|
||||
git checkout stm32nucleo-spirit1
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
git clone https://github.com/STclab/contiki.git
|
||||
cd contiki/
|
||||
git checkout stm32nucleo-spirit1
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
Note: the first and third steps are required only if using the STclab GitHub repository, they won't be needed any more once the Pull Request is accepted.
|
||||
|
||||
|
@ -151,3 +152,4 @@ automatically created when plugging the STM32 Nucleo board to the PC.
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 25a065a28e4b1e05adb92df834939271fe6a700c
|
||||
Subproject commit 6ff4221d03963844364616e6499e9401c0321c28
|
Loading…
Reference in a new issue