diff options
author | Karl Palsson <karlp@tweak.net.au> | 2022-01-07 00:30:28 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2022-01-26 23:40:29 +0100 |
commit | b34efc66f164816d37d47f52efd591555eefdd5c (patch) | |
tree | 476de5ce96cf5dc6bb50b8cf060fb2bff187d8fa /SConscript | |
parent | 1ddf184af5a633903e81ec07093968d8dec086c8 (diff) |
stm32wb: wpan/ipcc/hsem: initial registers
Not sure if "wpan" is the right directory for them, but they didn't feel
like they warranted their own directory each.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ env.Append( env.SConscript('timer/SConscript'), env.SConscript('uart/SConscript'), env.SConscript('usb/SConscript'), + env.SConscript('wpan/SConscript'), Glob('startup/*.cpp'), Glob('i2c/*.cpp'), Glob('os/*.cpp'), |