the hardware is similar to nrf52 but the SDK is different https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html it uses Zephyr RTOS and does not use SoftDevice so the API is quite different.
The port is of course possible but it is not about adding support for this chip to existing nrf52 codebase, it is more like adding new architecture.
@fanoush started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
the hardware is similar to nrf52 but the SDK is different
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/index.html
it uses Zephyr RTOS and does not use SoftDevice so the API is quite different.
The port is of course possible but it is not about adding support for this chip to existing nrf52 codebase, it is more like adding new architecture.