CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
86 stars 33 forks source link

Add CAN bus libaray #69

Open CzokNorris opened 2 years ago

CzokNorris commented 2 years ago

Many of the GD chips support two or even three can busses. Would be nice to have support for that peripheral. Should be as easy as taking the code from the STM core and moving it to the GD core.

obra commented 2 years ago

On Mon, Jun 20, 2022, at 11:27 PM, CzokNorris wrote:

Many of the GD chips support two or even three can busses. Would be nice to have support for that peripheral. Should be as easy as taking the code from the STM core and moving it to the GD core.

Because of ST's restrictive licensing, we can't use code from their current cores.

— Reply to this email directly, view it on GitHub https://github.com/CommunityGD32Cores/ArduinoCore-GD32/issues/69, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAALC2ECWULTVIFVN37R3EDVQFOFJANCNFSM5ZLEUCGQ. You are receiving this because you are subscribed to this thread.Message ID: @.***>

maxgerhardt commented 2 years ago

Also linked to https://github.com/CommunityGD32Cores/gd32-pio-projects/issues/7 -- I was about to tackle this.