-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
- channel api -
- frontend mapping - made the format a comma separated list. Not so bad, and this probably works for anyone using it - probably ok
- clock api -
- clock rate api - sets the same rate to all devices -- probably ok
- clock source api - no way to set source differently on different devices. A possible workaround might be to use comma separation like the frontend mapping.
- time api -
- time source api - no way to set source differently on different devices. A possible workaround might be to use comma separation like the frontend mapping.
- register api -
- read/write register does not specify a device -- this call is deprecated and has been replaced by a named version which will support multiple devices -- probably ok
- i2c and spi api - does not specify a specific bank, this api does not support multiple banks, let alone multiple devices. Probably needs named banks just like uarts, gpio, and the new register api