Removed more namespace imports, mostly trivial matters of no particular interest. (#1894 )
Two points of interest did appear, however:
gimletlet/app-mgmt.toml is failing from exceeding the task stack size. I assume this is not important since CI is not failing, but I fixed it nonetheless.
lpc55pins build auto-generates some imports, and in one case the generated import duplicates an existing import for the Direction enum. I avoided this by not importing it in the generated code and using the fully qualified name for that enum instead.
Removed more namespace imports, mostly trivial matters of no particular interest. (#1894 )
Two points of interest did appear, however:
gimletlet/app-mgmt.toml
is failing from exceeding the task stack size. I assume this is not important since CI is not failing, but I fixed it nonetheless.Direction
enum. I avoided this by not importing it in the generated code and using the fully qualified name for that enum instead.