Remove ALLOW_WARNINGS and PICO_INTRINSICS_ENABLED (#22085)
This commit is contained in:
parent
c2c7b7af7a
commit
f03c470adf
16 changed files with 1 additions and 58 deletions
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -22,6 +22,3 @@ POINTING_DEVICE_ENABLE = yes
|
|||
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi # Assembled version uses SPI.
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
# RP2040-specific options
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
|
|
@ -22,6 +22,3 @@ POINTING_DEVICE_ENABLE = yes
|
|||
POINTING_DEVICE_DRIVER = cirque_pinnacle_i2c # DIY version uses I2C.
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
# RP2040-specific options
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
|
|
@ -22,6 +22,3 @@ POINTING_DEVICE_ENABLE = yes
|
|||
POINTING_DEVICE_DRIVER = cirque_pinnacle_spi
|
||||
|
||||
SPLIT_KEYBOARD = yes
|
||||
|
||||
# RP2040-specific options
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# RP2040-specific options
|
||||
ALLOW_WARNINGS = yes
|
||||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS.
|
||||
|
||||
# Build Options
|
||||
# change yes to no to disable
|
||||
#
|
||||
|
|
|
@ -1 +1 @@
|
|||
PICO_INTRINSICS_ENABLED = no # ATM Unsupported by ChibiOS!
|
||||
# This file intentionally left blank
|
||||
|
|
Loading…
Reference in a new issue