2 files changed
+38
-10
lines changedSubmodule chibios-contrib updated 43 files
- demos/MIMXRT1062/RT-TEENSY4_1/main.c+10
- demos/MIMXRT1062/RT-TEENSY4_1/usbcfg.c+16-1
- os/common/ports/RISCV-ECLIC/chcore.h+19-5
- os/common/ports/RISCV-ECLIC/compilers/GCC/chcoreasm.S+53-32
- os/common/startup/ARMCMx/compilers/GCC/ld/MK64FX512.ld+4
- os/common/startup/ARMCMx/compilers/GCC/ld/MK66FX1M0.ld+4
- os/hal/boards/SIPEED_LONGAN_NANO/board.c+2
- os/hal/include/hal_crc.h+5-1
- os/hal/ports/GD/GD32VF103/GPIO/hal_pal_lld.c+2-2
- os/hal/ports/GD/GD32VF103/gd32vf103.h+4-4
- os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.c+105-8
- os/hal/ports/NRF5/LLD/TIMERv1/hal_gpt_lld.h+70-1
- os/hal/ports/NRF5/LLD/TIMERv1/hal_icu_lld.c+205-146
- os/hal/ports/NRF5/LLD/TIMERv1/hal_icu_lld.h+1-1
- os/hal/ports/NRF5/LLD/UARTEv1/driver.mk+8
- os/hal/ports/NRF5/LLD/UARTEv1/hal_uart_lld.c+548
- os/hal/ports/NRF5/LLD/UARTEv1/hal_uart_lld.h+259
- os/hal/ports/NRF5/NRF52832/hal_efl_lld.c+470
- os/hal/ports/NRF5/NRF52832/hal_efl_lld.h+130
- os/hal/ports/NRF5/NRF52832/nrf52_isr.c+14
- os/hal/ports/NRF5/NRF52832/platform.mk+2
- os/hal/ports/NUMICRO/LLD/GPIOv1/hal_pal_lld.c+12-12
- os/hal/ports/NUMICRO/LLD/GPIOv1/hal_pal_lld.h+13-1
- os/hal/ports/NUMICRO/LLD/SERIALv1/hal_serial_lld.c+48-10
- os/hal/ports/NUMICRO/LLD/USBv1/hal_usb_lld.c+1-1
- os/hal/ports/NUMICRO/LLD/USBv1/usb_memcpy.S+5-5
- os/hal/ports/NUMICRO/NUC123/hal_lld.c+10-8
- os/hal/ports/NUMICRO/NUC123/hal_lld.h+5-1
- os/hal/ports/STM32/LLD/CRCv1/hal_crc_lld.c+11
- os/various/devices_lib/rf/nrf52_radio.c+18-15
- os/various/devices_lib/rf/nrf52_radio.h+2-2
- testhal/NRF52/NRF52832/RADIO-ESB/Makefile+1-1
- testhal/NRF52/NRF52832/RADIO-ESB/nrf52_radio.c+18-15
- testhal/NRF52/NRF52832/RADIO-ESB/nrf52_radio.h+2-2
- testhal/NRF52/NRF52832/UART/Makefile+211
- testhal/NRF52/NRF52832/UART/chconf.h+757
- testhal/NRF52/NRF52832/UART/halconf.h+533
- testhal/NRF52/NRF52832/UART/halconf_community.h+173
- testhal/NRF52/NRF52832/UART/main.c+144
- testhal/NRF52/NRF52832/UART/mcuconf.h+29
- testhal/NRF52/NRF52832/UART/readme.txt+17
- testhal/NUMICRO/NUC123/NUTINY-SDK-NUC123-V2.0/SERIAL/cfg/halconf.h-2
- testhal/NUMICRO/NUC123/NUTINY-SDK-NUC123-V2.0/SERIAL/cfg/mcuconf.h+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 |
| |
12 | 15 |
| |
13 | 16 |
| |
| |||
19 | 22 |
| |
20 | 23 |
| |
21 | 24 |
| |
| 25 | + | |
22 | 26 |
| |
23 | 27 |
| |
24 | 28 |
| |
| 29 | + | |
| 30 | + | |
25 | 31 |
| |
26 | 32 |
| |
27 | 33 |
| |
| |||
40 | 46 |
| |
41 | 47 |
| |
42 | 48 |
| |
43 |
| - | |
44 |
| - | |
| 49 | + | |
| 50 | + | |
45 | 51 |
| |
46 | 52 |
| |
47 | 53 |
| |
48 | 54 |
| |
49 | 55 |
| |
50 |
| - | |
51 |
| - | |
| 56 | + | |
| 57 | + | |
52 | 58 |
| |
53 | 59 |
| |
54 | 60 |
| |
55 |
| - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + |
0 commit comments