sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Add support for Generic NRF52805 #442

Open nikolac opened 3 years ago

nikolac commented 3 years ago

I made a couple of questionable decisions:

  1. I'm not 100% sure how to determine maximum upload size. I set 192000.
  2. This chip does not support PWM, so in addition to making all of the internal PWM references conditional based PWM_PRESENT, I also wrapped the contents of analogWrite with the condition. Would it be more appropriate to make the analogWrite definition conditional? Probably better to throw compiler errors if somebody tried to use it?
nikolac commented 1 year ago

Just wanted to follow up on this. I've been using this branch for ~2 years.

tobigun commented 3 months ago

What is the status of this pull-request? I have solved the conflicts in my branch and also implemented analogWrite() the same way it was done in nRF51: https://github.com/tobigun/arduino-nRF5/tree/support-nrf52805