h2zero / n-able-Arduino

An arduino core for ARM based BLE devices supported by the NimBLE stack.
GNU Lesser General Public License v2.1
34 stars 12 forks source link

nRF52810 support? #45

Closed positron96 closed 3 days ago

positron96 commented 1 week ago

Hello. Does this core support nRF52810 MCU? I am doing a custom board with that MCU, and looking for PlatformIO framework to use.

I don't see it mentioned in the list ofsupported boards, but I understand that the compiler, tools and libraries are the same as for other nRF52 MCUs. How extensive will the changes needed to compile for the that MCU be?

h2zero commented 1 week ago

It's no too extensive, would need to pull in the startup code from nrfx and adjust the linker, and a board variant.

positron96 commented 1 week ago

Would you be interested in a PR if I make it work for me?

h2zero commented 1 week ago

I would love it if you did :). If you want to start I can help as well. Just make a change and open a PR that we can both add to.