Skip to content

Commit

Permalink
rename according to qmk#15047
Browse files Browse the repository at this point in the history
  • Loading branch information
peepeetee committed Nov 7, 2021
1 parent c70e9b2 commit 47ee14d
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/chibios
Submodule chibios updated 281 files
2 changes: 1 addition & 1 deletion lib/chibios-contrib
Submodule chibios-contrib updated 46 files
+4,446 −0 os/common/ext/CMSIS/WB32/WB32F3G71xx/wb32f3g71xx.h
+85 −0 os/common/startup/ARMCMx/compilers/GCC/ld/WB32F3G71x9.ld
+85 −0 os/common/startup/ARMCMx/compilers/GCC/ld/WB32F3G71xB.ld
+85 −0 os/common/startup/ARMCMx/compilers/GCC/ld/WB32F3G71xC.ld
+19 −0 os/common/startup/ARMCMx/compilers/GCC/mk/startup_wb32f3g71xx.mk
+88 −0 os/common/startup/ARMCMx/devices/WB32F3G71xx/cmparams.h
+1 −1 os/common/startup/RISCV-ECLIC/compilers/GCC/crt0.S
+4 −0 os/common/startup/RISCV-ECLIC/compilers/GCC/ld/rules_code.ld
+1 −4 os/common/startup/RISCV-ECLIC/compilers/GCC/vectors.S
+11 −0 os/hal/ports/HT32/LLD/USBv1/hal_usb_lld.h
+53 −21 os/hal/ports/NUMICRO/LLD/USBv1/hal_usb_lld.c
+9 −0 os/hal/ports/NUMICRO/LLD/USBv1/hal_usb_lld.h
+9 −0 os/hal/ports/WB32/LLD/GPIOv1/driver.mk
+218 −0 os/hal/ports/WB32/LLD/GPIOv1/hal_pal_lld.c
+484 −0 os/hal/ports/WB32/LLD/GPIOv1/hal_pal_lld.h
+21 −0 os/hal/ports/WB32/LLD/I2Cv1/driver.mk
+522 −0 os/hal/ports/WB32/LLD/I2Cv1/hal_i2c_lld.c
+265 −0 os/hal/ports/WB32/LLD/I2Cv1/hal_i2c_lld.h
+9 −0 os/hal/ports/WB32/LLD/SPIv1/driver.mk
+576 −0 os/hal/ports/WB32/LLD/SPIv1/hal_spi_lld.c
+294 −0 os/hal/ports/WB32/LLD/SPIv1/hal_spi_lld.h
+20 −0 os/hal/ports/WB32/LLD/TIMv1/driver.mk
+439 −0 os/hal/ports/WB32/LLD/TIMv1/hal_gpt_lld.c
+358 −0 os/hal/ports/WB32/LLD/TIMv1/hal_gpt_lld.h
+622 −0 os/hal/ports/WB32/LLD/TIMv1/hal_icu_lld.c
+395 −0 os/hal/ports/WB32/LLD/TIMv1/hal_icu_lld.h
+674 −0 os/hal/ports/WB32/LLD/TIMv1/hal_pwm_lld.c
+453 −0 os/hal/ports/WB32/LLD/TIMv1/hal_pwm_lld.h
+270 −0 os/hal/ports/WB32/LLD/TIMv1/hal_st_lld.c
+369 −0 os/hal/ports/WB32/LLD/TIMv1/hal_st_lld.h
+534 −0 os/hal/ports/WB32/LLD/TIMv1/wb32_tim.h
+9 −0 os/hal/ports/WB32/LLD/UARTv1/driver.mk
+422 −0 os/hal/ports/WB32/LLD/UARTv1/hal_serial_lld.c
+296 −0 os/hal/ports/WB32/LLD/UARTv1/hal_serial_lld.h
+485 −0 os/hal/ports/WB32/LLD/UARTv1/hal_uart_lld.c
+402 −0 os/hal/ports/WB32/LLD/UARTv1/hal_uart_lld.h
+9 −0 os/hal/ports/WB32/LLD/USBv1/driver.mk
+1,074 −0 os/hal/ports/WB32/LLD/USBv1/hal_usb_lld.c
+518 −0 os/hal/ports/WB32/LLD/USBv1/hal_usb_lld.h
+387 −0 os/hal/ports/WB32/WB32F3G71xx/hal_lld.c
+509 −0 os/hal/ports/WB32/WB32F3G71xx/hal_lld.h
+35 −0 os/hal/ports/WB32/WB32F3G71xx/platform.mk
+254 −0 os/hal/ports/WB32/WB32F3G71xx/wb32_isr.c
+306 −0 os/hal/ports/WB32/WB32F3G71xx/wb32_isr.h
+518 −0 os/hal/ports/WB32/WB32F3G71xx/wb32_rcc.h
+138 −0 os/hal/ports/WB32/WB32F3G71xx/wb32_registry.h

0 comments on commit 47ee14d

Please sign in to comment.