You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enough low level information/documentation to write native drivers in the Ada programming language for the Kendrite K210. (The community will write the drivers, but we lack some low level details)
a) SVD support would be great too.
Missing feature
What is needed to implement drivers would be the information about the Special Function Registers. That are memory locations that are used to configure the peripherals. The location and size of these registers must be known. Also the meaning of all the bits in them, etc.
yes, though mind it's a community effort reconstructed from the C SDK structures and comments, which is better than nothing, but i still wish there will be official register documentation at some point
Enough low level information/documentation to write native drivers in the Ada programming language for the Kendrite K210. (The community will write the drivers, but we lack some low level details)
a) SVD support would be great too.
Missing feature
What is needed to implement drivers would be the information about the Special Function Registers. That are memory locations that are used to configure the peripherals. The location and size of these registers must be known. Also the meaning of all the bits in them, etc.
a) SVD: http://www.keil.com/pack/doc/CMSIS/SVD/html/index.html
Justification
Workarounds
None
The text was updated successfully, but these errors were encountered: