Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update HAL v1.17.1 #1

Merged
merged 3 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion drivers/nano/drv_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static void reboot(uint8_t argc, char **argv)
{
rt_hw_cpu_reset();
}
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
MSH_CMD_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
#endif /* RT_USING_FINSH */

/* SysTick configuration */
Expand Down
2 changes: 1 addition & 1 deletion drivers/rtt/drv_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ static void reboot(uint8_t argc, char **argv)
{
rt_hw_cpu_reset();
}
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
MSH_CMD_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
#endif /* RT_USING_FINSH */

/* SysTick configuration */
Expand Down
21,819 changes: 10,913 additions & 10,906 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l412xx.h

Large diffs are not rendered by default.

22,275 changes: 11,141 additions & 11,134 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l422xx.h

Large diffs are not rendered by default.

30,130 changes: 15,068 additions & 15,062 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l431xx.h

Large diffs are not rendered by default.

29,718 changes: 14,862 additions & 14,856 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l432xx.h

Large diffs are not rendered by default.

31,926 changes: 15,966 additions & 15,960 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l433xx.h

Large diffs are not rendered by default.

30,174 changes: 15,090 additions & 15,084 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l442xx.h

Large diffs are not rendered by default.

32,382 changes: 16,194 additions & 16,188 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l443xx.h

Large diffs are not rendered by default.

30,652 changes: 15,329 additions & 15,323 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l451xx.h

Large diffs are not rendered by default.

32,140 changes: 16,073 additions & 16,067 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l452xx.h

Large diffs are not rendered by default.

32,596 changes: 16,301 additions & 16,295 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l462xx.h

Large diffs are not rendered by default.

33,690 changes: 16,845 additions & 16,845 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l471xx.h

Large diffs are not rendered by default.

36,666 changes: 18,333 additions & 18,333 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.h

Large diffs are not rendered by default.

36,974 changes: 18,487 additions & 18,487 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l476xx.h

Large diffs are not rendered by default.

37,122 changes: 18,561 additions & 18,561 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l485xx.h

Large diffs are not rendered by default.

37,430 changes: 18,715 additions & 18,715 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l486xx.h

Large diffs are not rendered by default.

39,472 changes: 19,739 additions & 19,733 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l496xx.h

Large diffs are not rendered by default.

40,158 changes: 20,082 additions & 20,076 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4a6xx.h

Large diffs are not rendered by default.

42,300 changes: 21,152 additions & 21,148 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4p5xx.h

Large diffs are not rendered by default.

43,334 changes: 21,669 additions & 21,665 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4q5xx.h

Large diffs are not rendered by default.

40,228 changes: 20,115 additions & 20,113 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r5xx.h

Large diffs are not rendered by default.

41,238 changes: 20,620 additions & 20,618 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r7xx.h

Large diffs are not rendered by default.

47,502 changes: 23,752 additions & 23,750 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r9xx.h

Large diffs are not rendered by default.

40,928 changes: 20,465 additions & 20,463 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s5xx.h

Large diffs are not rendered by default.

41,938 changes: 20,970 additions & 20,968 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s7xx.h

Large diffs are not rendered by default.

48,202 changes: 24,102 additions & 24,100 deletions libraries/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s9xx.h

Large diffs are not rendered by default.

Loading