8 files changed
+93
-58
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + |
Lines changed: 28 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + |
- .github/workflows/build.yml+1-1
- .github/workflows/release.yml+1-1
- .github/workflows/sonarcloud.yml+6-26
- .github/workflows/unit-test.yml+1-1
- README.md+4
- interfaces/ble/include/libmcu/ble.h+335
- interfaces/ble/src/common.c+32
- interfaces/pwm/include/libmcu/pwm.h+10-6
- modules/actor/src/actor.c+49-26
- modules/common/include/libmcu/board.h+2-1
- modules/common/include/libmcu/strext.h+28
- modules/common/src/board.c+1-1
- modules/common/src/strext.c+40
- modules/fsm/include/libmcu/fsm.h+63
- modules/fsm/src/fsm.c+68
- modules/logging/src/logging.c+18-22
- ports/esp-idf/ble.c+748
- ports/esp-idf/board.c+11
- ports/esp-idf/wifi.c+6-2
- ports/freertos/malloc.c+17
- ports/freertos/pthread_mutex.c+7-1
- ports/kvstore/flash_kvstore.c+7-7
- ports/nrf52/ble.c+798
- projects/interfaces.cmake+1-1
- projects/interfaces.mk+1-1
- projects/modules.cmake+1-1
- projects/modules.mk+1-1
- tests/mocks/wifi.cpp+42-17
- tests/runners/MakefileRunner+1
- tests/runners/common/strext.mk+19
- tests/runners/fsm/fsm.mk+23
- tests/src/common/strext_test.cpp+35
- tests/src/fsm/fsm_test.cpp+127
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + |
Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + |
Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
19 |
| - | |
| 17 | + | |
20 | 18 |
| |
21 | 19 |
| |
22 | 20 |
| |
|
0 commit comments