File tree
21 files changed
+126
-389
lines changed- boards/com.hex.here_pro_2.0
- bootloader
- include
- examples/basic_uavcan_functionality
- include
- modules
- can
- can_autobaud
- can_driver_stm32
- platform_stm32h743
- spi_device
- uSD
- uavcan_node_registry
- usb_slcan
- platforms/ARMCMx/ld/stm32h743
21 files changed
+126
-389
lines changedDiff for: ChibiOS
- os/common/ext/ARM/CMSIS/Core/Include/core_cm7.h+3-3
- os/hal/ports/STM32/LLD/SDMMCv2/driver.mk+10
- os/hal/ports/STM32/LLD/SDMMCv2/hal_sdc_lld.c+949
- os/hal/ports/STM32/LLD/SDMMCv2/hal_sdc_lld.h+327
- os/hal/ports/STM32/LLD/SPIv1/hal_spi_lld.c+6
- os/hal/ports/STM32/LLD/SPIv2/hal_spi_lld.c+6
- os/hal/ports/STM32/LLD/SPIv3/hal_spi_lld.c+29-21
- os/hal/ports/STM32/STM32H7xx/hal_lld.h+11-7
- os/hal/ports/STM32/STM32H7xx/platform.mk+1
- os/hal/ports/STM32/STM32H7xx/stm32_registry.h+7-2
Diff for: boards/com.hex.here_pro_2.0/board.c
-38
This file was deleted.
Diff for: boards/com.hex.here_pro_2.0/board.h
-50
This file was deleted.
Diff for: boards/com.hex.here_pro_2.0/board.mk
-4
This file was deleted.
Diff for: boards/com.hex.here_pro_2.0/mcuconf.h
-190
This file was deleted.
Diff for: bootloader/Makefile
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
| 24 | + | |
26 | 25 |
| |
27 | 26 |
| |
28 | 27 |
| |
|
Diff for: bootloader/include/framework_conf.h
+5-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
36 | 37 |
| |
37 | 38 |
|
Diff for: bootloader/openocd.cfg
+10-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
4 | 11 |
| |
| 12 | + |
+1-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
26 |
| - | |
| 25 | + | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
|
+5-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 |
| |
4 |
| - | |
5 |
| - | |
| 7 | + |
Diff for: include/chconf.h
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
559 | 559 |
| |
560 | 560 |
| |
561 | 561 |
| |
562 |
| - | |
| 562 | + | |
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
| |||
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
| 692 | + | |
692 | 693 |
| |
693 | 694 |
| |
694 | 695 |
| |
| 696 | + | |
695 | 697 |
| |
696 | 698 |
| |
697 | 699 |
| |
698 | 700 |
| |
699 | 701 |
| |
700 | 702 |
| |
701 | 703 |
| |
| 704 | + | |
702 | 705 |
| |
703 | 706 |
| |
704 | 707 |
| |
| 708 | + | |
705 | 709 |
| |
706 | 710 |
| |
707 | 711 |
| |
|
0 commit comments