oxidecomputer / hubris

A lightweight, memory-protected, message-passing kernel for deeply embedded systems.
Mozilla Public License 2.0
3.04k stars 180 forks source link

chore: Remove more namespace imports #1913

Open aapoalas opened 1 month ago

aapoalas commented 1 month ago

Removed more namespace imports, mostly trivial matters of no particular interest. (#1894 )

Two points of interest did appear, however:

  1. 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.
  2. 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.