How to deal with dependency issues among modules
In general, firmware cannot be discussed without hardware dependency in embedded systems. For example, the led_controller module needs to use functions from the interface_gpio module to control hardware. When we need to unit test this type of interfa...
hyunwoochoi.hashnode.dev3 min read