commit | 4946a15f157917bdaffdd1fddc4e875d8cc75e7f | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Wed Jun 01 12:35:35 2022 +0200 |
committer | Stephanos Ioannidis <root@stephanos.io> | Wed Jun 22 18:41:19 2022 +0900 |
tree | fa44133f212fc8b10ad52b48c338ea77cada1a29 | |
parent | 9d08e4fba0b5d8957e456f67f7e1d6159e8c12c9 [diff] |
soc: arm: gigadevice: use common API headers Stop relying on <soc.h> to access HAL APIs. Use generic, per-API headers instead. Note that <soc.h> has been left as is for now, since ARM MPU relies on a fragile chain of includes/type definitions. This change should improve compilation efficiency, as we no longer pull APIs that are not needed. A similar approach is followed by STM32 drivers. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>