diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2020-06-30 21:23:35 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2020-06-30 22:06:57 +0200 |
| commit | d9e8b6866260172fd5244c5f734c7ba0893b7d62 (patch) | |
| tree | 644e4b079b38e3489539c6cc84d1ce60a5a7b5f7 /.github | |
| parent | 8a4f9c6b8ae91bebeea0791680f89375a78bffc6 (diff) | |
Fixes an issue where one could double take the cortex_m Peripheral
Added qemu test
Added comment
Typo
Add cfg for homogeneous
More cfg
Now multicore working
Add .run file
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54d1043..3e5a90e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -174,6 +174,8 @@ jobs: cfg pool ramfunc + + peripherals-taken ) for ex in ${exs[@]}; do |
