Commit ff19445
Support for Arm Cortex-M7 (NUCLEO-F767ZI) (#36)
* limit the scope of `with` in nix
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* fix multi targets of libopencm3 string concatanation in nix
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* support for cortex-m7
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* update build ci for m7
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* refactor tests script interface by removing the emulate flag
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* support for cortex-m7 in the tests script
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* remove boards that are not supported
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* rename stm32f767zi -> nucleo-f767zi
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* output flash output if verbose flag is on
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* merge shared_options and shared_args for tests script cli
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
* nucleo-f767zi: do not use CCM
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
* take median value for speed benchmark
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
---------
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
Co-authored-by: Matthias J. Kannwischer <matthias@kannwischer.eu>1 parent 48d5029 commit ff19445
File tree
8 files changed
+232
-359
lines changed- .github/workflows
- hal
- mk
- scripts
- test
8 files changed
+232
-359
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
30 | 41 | | |
31 | 42 | | |
32 | 43 | | |
| |||
38 | 49 | | |
39 | 50 | | |
40 | 51 | | |
41 | | - | |
| 52 | + | |
42 | 53 | | |
43 | 54 | | |
44 | 55 | | |
45 | 56 | | |
46 | 57 | | |
47 | 58 | | |
48 | 59 | | |
49 | | - | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
55 | 66 | | |
56 | 67 | | |
57 | 68 | | |
58 | | - | |
| 69 | + | |
59 | 70 | | |
60 | 71 | | |
61 | 72 | | |
| |||
64 | 75 | | |
65 | 76 | | |
66 | 77 | | |
67 | | - | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 24 | + | |
| 25 | + | |
29 | 26 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
35 | 32 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
46 | 51 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
50 | 55 | | |
51 | 56 | | |
52 | 57 | | |
| |||
55 | 60 | | |
56 | 61 | | |
57 | 62 | | |
58 | | - | |
| 63 | + | |
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
0 commit comments