CH59x porting #85
pwilkowski
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
|
Could be possible, though I don't think there are any drivers for NimBLE. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
It would probably mean making another platform like yours which is https://github.com/h2zero/platform-n-able I really like your core/platform/framework for nrf52840 as its literally the most stable BLE I've tried. What is needed for nimble to work? There is already CH59x port for freertos so i would assume it would be close to implementation you already have with the exception of lowest level calls going to isler instead of what is currently used. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering how hard it would be to port this core (which i love for ESP32 and nrf52840) to risc-v CH592X (and possibly other mcus from WCH)
there is already a minimal HAL made for those MCUs https://github.com/cnlohr/ch32fun
which does include ISLER https://github.com/cnlohr/ch32fun/blob/master/extralibs/iSLER.h
Industry Standard Low Energy Radio (iSLER) RX/TX for ch32fun
Beta Was this translation helpful? Give feedback.
All reactions