File tree
4 files changed
+5
-6
lines changed- examples/platform/qpg/project_include
- src/platform/qpg
- third_party/openthread
- platforms/qpg
4 files changed
+5
-6
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
- .github/workflows/build.yml+2-2
- .gitignore+49
- CMakeLists.txt+10-8
- README.md+2-1
- etc/options.cmake+36
- openthread+1-1
- script/build+7-6
- script/test+1-1
- src/gp712/CMakeLists.txt+72-8
- src/gp712/crypto/gp712-mbedtls-config.h+44
- src/gp712/uart-socket.c+385
- src/qpg6095/CMakeLists.txt+57-7
- src/qpg6095/crypto/qpg6095-mbedtls-config.h+13-3
- src/qpg6100/CMakeLists.txt+57-7
- src/qpg6100/crypto/qpg6100-mbedtls-config.h+13-3
- src/qpg6100/platform.c-3
- src/qpg6105/CMakeLists.txt+96
- src/qpg6105/alarm.c+62
- src/qpg6105/alarm_qorvo.h+78
- src/qpg6105/arm-none-eabi.cmake+42
- src/qpg6105/crypto/aes_alt.h+230
- src/qpg6105/crypto/ccm_alt.h+163
- src/qpg6105/crypto/ecjpake_alt.h+233
- src/qpg6105/crypto/ecp_alt.h+657
- src/qpg6105/crypto/qpg6105-mbedtls-config.h+44
- src/qpg6105/crypto/sha256_alt.h+194
- src/qpg6105/diag.c+78
- src/qpg6105/entropy.c+49
- src/qpg6105/logging.c+50
- src/qpg6105/misc.c+49
- src/qpg6105/misc_qorvo.h+43
- src/qpg6105/openthread-core-qpg6105-config-check.h+40
- src/qpg6105/openthread-core-qpg6105-config.h+53
- src/qpg6105/platform.c+89
- src/qpg6105/platform_qorvo.h+59
- src/qpg6105/radio.c+420
- src/qpg6105/radio_qorvo.h+220
- src/qpg6105/random_qorvo.h+56
- src/qpg6105/settings.cpp+129
- src/qpg6105/settings_qorvo.h+59
- src/qpg6105/uart.c+90
- src/qpg6105/uart_qorvo.h+89
- src/qpg7015m/CMakeLists.txt+72-8
- src/qpg7015m/crypto/qpg7015m-mbedtls-config.h+44
- src/qpg7015m/logging.c-34
- src/qpg7015m/uart-socket.c+385
- third_party/Qorvo/CMakeLists.txt+20-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 |
| - | |
| 22 | + | |
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
|
0 commit comments