Skip to content

Commit a79eec8

Browse files
authored
Merge pull request #1 from wugensheng-code/master
update HAL v1.26.2
2 parents fbafa8a + 947e4b1 commit a79eec8

328 files changed

Lines changed: 545363 additions & 529476 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drivers/nano/drv_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static void reboot(uint8_t argc, char **argv)
1717
{
1818
rt_hw_cpu_reset();
1919
}
20-
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
20+
MSH_CMD_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
2121
#endif /* RT_USING_FINSH */
2222

2323
/* SysTick configuration */

drivers/rtt/drv_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static void reboot(uint8_t argc, char **argv)
1717
{
1818
rt_hw_cpu_reset();
1919
}
20-
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
20+
MSH_CMD_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
2121
#endif /* RT_USING_FINSH */
2222

2323
/* SysTick configuration */

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f722xx.h

Lines changed: 15462 additions & 15192 deletions
Large diffs are not rendered by default.

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f723xx.h

Lines changed: 15556 additions & 15292 deletions
Large diffs are not rendered by default.

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f730xx.h

Lines changed: 15781 additions & 15517 deletions
Large diffs are not rendered by default.

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f732xx.h

Lines changed: 15687 additions & 15417 deletions
Large diffs are not rendered by default.

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f733xx.h

Lines changed: 15781 additions & 15517 deletions
Large diffs are not rendered by default.

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f745xx.h

Lines changed: 17540 additions & 17246 deletions
Large diffs are not rendered by default.

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f746xx.h

Lines changed: 17890 additions & 17596 deletions
Large diffs are not rendered by default.

libraries/CMSIS/Device/ST/STM32F7xx/Include/stm32f750xx.h

Lines changed: 18183 additions & 17889 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)