Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for nRF52 #52

Closed
GoRo33 opened this issue May 5, 2020 · 1 comment · Fixed by #53
Closed

Support for nRF52 #52

GoRo33 opened this issue May 5, 2020 · 1 comment · Fixed by #53

Comments

@GoRo33
Copy link

GoRo33 commented May 5, 2020

Hi!

I saw that on one of the last updates there is new TARGET on documentation nRF52. I have question that anybody know that support for this microcontrollers has actually be added or this is some kind of mistake?

I have tried to compile it with this target but without success.

Sending build context to Docker daemon 2.048kB Step 1/3 : FROM ubuntu:18.04 ---> 4e5021d210f6 Step 2/3 : RUN echo ========== Install dependencies ========== && apt-get update && apt-get install -y clang gdb git libavahi-compat-libdnssd-dev libssl-dev make openssh-server perl unzip wget && apt-get clean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 7f623943446c Step 3/3 : WORKDIR /build ---> Using cache ---> 5f555e6c81e6 Successfully built 5f555e6c81e6 make: *** No rule to make target 'Output/nRF52-/Test/Tests/HAPBLEEventTest.', needed by 'tests'. Stop. make: *** [all] Error 2

@aajain-com
Copy link
Contributor

nRF52 is currently not supported. We should remove it from the documentation to avoid any confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants