imxrt-rs / imxrt-usbd

USB device driver for i.MX RT processors
Apache License 2.0
7 stars 9 forks source link

Change GPT interface; fix GPT driver issues #18

Closed mciantyre closed 1 year ago

mciantyre commented 1 year ago

17 changed the ways in which we take a critical section. Since the driver takes critical sections, we don't need another critical section just to acquire a GPT handle. This PR changes the GPT accessor interface. Updated docs indicate that the accessor may take a critical section.

It also corrects two incorrect register accesses following #12:

GPTs are not released, so these bugs are only on the main branch.