Browse Source

Add RTC IRQ Priority to RP2040 board files (#21926)

pull/21939/head
Drashna Jaelre 9 months ago
committed by GitHub
parent
commit
3aebc8acb0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions
  1. +1
    -0
      platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/mcuconf.h
  2. +1
    -0
      platforms/chibios/boards/GENERIC_RP_RP2040/configs/mcuconf.h
  3. +1
    -0
      platforms/chibios/boards/QMK_BLOK/configs/mcuconf.h
  4. +1
    -0
      platforms/chibios/boards/QMK_PM2040/configs/mcuconf.h

+ 1
- 0
platforms/chibios/boards/GENERIC_PROMICRO_RP2040/configs/mcuconf.h View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.


+ 1
- 0
platforms/chibios/boards/GENERIC_RP_RP2040/configs/mcuconf.h View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.


+ 1
- 0
platforms/chibios/boards/QMK_BLOK/configs/mcuconf.h View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.


+ 1
- 0
platforms/chibios/boards/QMK_PM2040/configs/mcuconf.h View File

@ -54,6 +54,7 @@
#define RP_IRQ_USB0_PRIORITY 3
#define RP_IRQ_I2C0_PRIORITY 2
#define RP_IRQ_I2C1_PRIORITY 2
#define RP_IRQ_RTC_PRIORITY 3
/*
* ADC driver system settings.


Loading…
Cancel
Save