Browse Source

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

Drashna Jaelre 2 years ago
parent
commit
3aebc8acb0

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

@@ -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

@@ -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

@@ -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

@@ -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.