This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is the Thread and Zigby SDK v4.1.0 complete?

I am evaluating the Thread network. So far, I have successfully tested the network by using 6xPCA10056 and 1xPCA10100.
The 7 boards have been used with a RPi to prove both boarder-router, TTM monitor, sniffer and MQTT sensor functionality by using pre-compiled firmware.
To start further work, I need to customize the software.


I installed the SES and opened the simplest (blinky) solution from the nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8.
Compiling failed as the "compiler_abstraction.h" could not be found.

I downloaded the nRF5_SDK_17.0.2_d674dde, opened the same solution there and ran a successful compilation.

A search shows that the file "compiler_abstraction.h" does not exist in the nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8.

However, it exists in both nRF5_SDK_for_Thread_and_Zigbee_v1.0.0 and nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31 and
I am able to complile the blinky examples in these older SDKs.

Question:

Is the nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 incomplete?

Related