3 files changed
+2
-3
lines changed- README.md-10
- examples/device/device_virtual_com/src/tusb_config.h-5
- examples/device/nrf52840/segger/nrf52840.emProject+15-6
- examples/device/nrf52840/src/main.c+6
- examples/device/nrf52840/src/msc_app.c+35-44
- examples/device/nrf52840/src/msc_app.h+64
- examples/device/nrf52840/src/msc_device_app.h-93
- examples/device/nrf52840/src/msc_flash_qspi.c+162
- examples/device/nrf52840/src/msc_flash_ram.c+36-36
- examples/device/nrf52840/src/tusb_config.h+7-9
- examples/device/nrf52840_freertos/segger/nrf5x_freertos.emProject+1-1
- examples/device/nrf52840_freertos/src/tusb_config.h-4
- examples/obsolete/device/src/tusb_config.h-6
- hw/bsp/board.h-1
- hw/bsp/pca10056/board_pca10056.c+93-4
- hw/bsp/pca10056/board_pca10056.h+10-2
- hw/mcu/nordic/nrfx+1-1
- hw/mcu/nordic/nrfx_config.h+286-2.2k
- hw/mcu/nordic/nrfx_glue.h+2-1
- pkg.yml+9
- repository.yml+6
- src/class/cdc/cdc_device.c+11-13
- src/class/cdc/cdc_device.h-6
- src/common/tusb_compiler.h+2-3
- src/device/usbd.c+7-4
- src/device/usbd_auto_desc.c+1-7
- src/osal/osal.c+7
- src/osal/osal.h+39-2
- src/osal/osal_freertos.h+4-6
- src/osal/osal_mynewt.h+215
- src/osal/osal_none.h+11-19
- src/portable/nordic/nrf5x/hal_nrf5x.c+1-5
- src/tusb.c+7-6
- src/tusb_option.h+10-20
- version.yml+1
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 | 40 |
| |
42 | 41 |
| |
43 | 42 |
| |
|
- CHANGELOG.md+28-1
- doc/config_dox/nrfx_nfct_dox_config.h+88
- doc/config_dox/nrfx_usbd_dox_config.h+56
- doc/drv_supp_matrix.dox+1
- doc/nrf52832.dox+2
- doc/nrf52840.dox+2
- doc/nrfx.doxyfile+1-1
- doc/nrfx_api.dox+2
- drivers/include/nrfx_nfct.h+366
- drivers/include/nrfx_usbd.h+862
- drivers/nrfx_common.h+21
- drivers/src/nrfx_nfct.c+884
- drivers/src/nrfx_power.c+19
- drivers/src/nrfx_power_clock.c-43
- drivers/src/nrfx_qdec.c+6-3
- drivers/src/nrfx_twim.c+1
- drivers/src/nrfx_uarte.c+15-3
- drivers/src/nrfx_usbd.c+2.3k
- drivers/src/nrfx_usbd_errata.h+117
- hal/nrf_gpio.h+18
- hal/nrf_gpiote.h+14
- hal/nrf_nfct.h+1.1k
- hal/nrf_power.h+3-3
- hal/nrf_ppi.h+31
- hal/nrf_qdec.h+7
- hal/nrf_saadc.h+14
- hal/nrf_usbd.h+15-15
- soc/nrfx_atomic.c+390
- soc/nrfx_atomic.h+279
- soc/nrfx_atomic_internal.h+325
- soc/nrfx_irqs_nrf52832.h+1
- soc/nrfx_irqs_nrf52840.h+2
- templates/nRF52832/nrfx_config.h+73
- templates/nRF52840/nrfx_config.h+168
- templates/nrfx_glue.h+71
0 commit comments