jakkra / ZSWatch

ZSWatch - the Open Source Zephyrâ„¢ based Smartwatch, including both HW and FW.
https://forms.gle/G48Sm5zDe9aCaYtT9
GNU General Public License v3.0
2.3k stars 197 forks source link

Add RV-8263-C8 driver #283

Closed Kampi closed 2 months ago

Kampi commented 4 months ago

Closes #284 Closes #267 Closes #285 Closes #281 Closes #311

jakkra commented 4 months ago

Skimmed through, see nothing that looks out of the ordinary. Let's see if it works later :)

Kampi commented 3 months ago

@jakkra I dropped my driver and use my driver from Zephyr instead. The driver is functional on HW (tested with dev-board) and also tested via the Zephyr unit test for the RTC API.

Kampi commented 2 months ago

@jakkra have you tested it on rev 5? I did some smaller changes on the driver so I have to update the patch.

jakkra commented 2 months ago

@jakkra have you tested it on rev 5? I did some smaller changes on the driver so I have to update the patch.

Nope, I'll let you have the honor 😉

Kampi commented 2 months ago

@jakkra let´s merge this branch. The RTC driver has been added, but no RTC in the code yet. So we can reduce the complexity and add the RTC later to the firmware without the other stuff.