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
The sancus-ld Python script has become a bit too entangled, gluing everything together. We should probably re-organize the source code into more coherent components. For instance:
ELF parser: discover SM text/data sections and inter-SM calls generated by sancus-cc
SM config: parser/pretty printer for SM-specific options
SM generator: maybe separate classes for text/data sections and/or subclasses for reactive SMs
The text was updated successfully, but these errors were encountered:
The
sancus-ld
Python script has become a bit too entangled, gluing everything together. We should probably re-organize the source code into more coherent components. For instance:sancus-cc
The text was updated successfully, but these errors were encountered: