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

No FPU unit in NRF52810 and NRF52805 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KooLru
Copy link

@KooLru KooLru commented Feb 24, 2021

NRF52810 and NRF52805 not contains FPU unit

@valeros
Copy link
Member

valeros commented Feb 24, 2021

Hi @KooLru ! Thanks for the PR. What is your use case for this change? It seems that NRF52810 and NRF52805 SoCs are not supported by the Arduino core at the moment sandeepmistry/arduino-nRF5#442, sandeepmistry/arduino-nRF5#255

@KooLru
Copy link
Author

KooLru commented Feb 25, 2021

I compile my code (Temperature & Humidity sensor based on MySensors https://github.com/mysensors/MySensors project) with https://github.com/nikolac/arduino-nRF5/tree/nrf52805 branch.

@valeros
Copy link
Member

valeros commented Feb 25, 2021

Even though we don't support forked software, I think your PR might be useful. Is there a reason why you added that new flag only to CCFLAGS? Shouldn't it be also present in LINKFLAGS so the linker will use proper versions of standard libs?

@positron96
Copy link

By the way, neither of nRF52805, nRF52810, nRF52811, nRF52820 have FPU.

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fstruct_nrf52%2Fstruct%2Fnrf52.html

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 this pull request may close these issues.

4 participants