-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b66a810
commit 054c9b1
Showing
3 changed files
with
120 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# CONFIG_LOW_LEVEL_OPTIONS is not set | ||
# CONFIG_MACH_AVR is not set | ||
# CONFIG_MACH_ATSAM is not set | ||
# CONFIG_MACH_ATSAMD is not set | ||
# CONFIG_MACH_LPC176X is not set | ||
# CONFIG_MACH_STM32 is not set | ||
# CONFIG_MACH_HC32F460 is not set | ||
CONFIG_MACH_RP2040=y | ||
# CONFIG_MACH_PRU is not set | ||
# CONFIG_MACH_AR100 is not set | ||
# CONFIG_MACH_LINUX is not set | ||
# CONFIG_MACH_SIMU is not set | ||
CONFIG_BOARD_DIRECTORY="rp2040" | ||
CONFIG_MCU="rp2040" | ||
CONFIG_CLOCK_FREQ=12000000 | ||
CONFIG_USBSERIAL=y | ||
CONFIG_FLASH_SIZE=0x200000 | ||
CONFIG_FLASH_BOOT_ADDRESS=0x10000100 | ||
CONFIG_RAM_START=0x20000000 | ||
CONFIG_RAM_SIZE=0x42000 | ||
CONFIG_STACK_SIZE=512 | ||
CONFIG_FLASH_APPLICATION_ADDRESS=0x10000100 | ||
CONFIG_RP2040_SELECT=y | ||
CONFIG_RP2040_HAVE_STAGE2=y | ||
CONFIG_RP2040_FLASH_START_0100=y | ||
# CONFIG_RP2040_FLASH_START_4000 is not set | ||
CONFIG_RP2040_STAGE2_FILE="boot2_w25q080.S" | ||
CONFIG_RP2040_STAGE2_CLKDIV=2 | ||
CONFIG_RP2040_USB=y | ||
# CONFIG_RP2040_SERIAL_UART0 is not set | ||
# CONFIG_RP2040_CANBUS is not set | ||
# CONFIG_RP2040_USBCANBUS is not set | ||
CONFIG_RP2040_CANBUS_GPIO_RX=4 | ||
CONFIG_RP2040_CANBUS_GPIO_TX=5 | ||
CONFIG_USB=y | ||
CONFIG_USB_VENDOR_ID=0x1d50 | ||
CONFIG_USB_DEVICE_ID=0x614e | ||
CONFIG_USB_SERIAL_NUMBER_CHIPID=y | ||
CONFIG_USB_SERIAL_NUMBER="12345" | ||
CONFIG_WANT_GPIO_BITBANGING=y | ||
CONFIG_WANT_DISPLAYS=y | ||
CONFIG_WANT_SENSORS=y | ||
CONFIG_WANT_LIS2DW=y | ||
CONFIG_WANT_SOFTWARE_I2C=y | ||
CONFIG_WANT_SOFTWARE_SPI=y | ||
CONFIG_CANBUS_FREQUENCY=1000000 | ||
CONFIG_HAVE_GPIO=y | ||
CONFIG_HAVE_GPIO_ADC=y | ||
CONFIG_HAVE_GPIO_SPI=y | ||
CONFIG_HAVE_GPIO_I2C=y | ||
CONFIG_HAVE_GPIO_HARD_PWM=y | ||
CONFIG_HAVE_STRICT_TIMING=y | ||
CONFIG_HAVE_CHIPID=y | ||
CONFIG_HAVE_STEPPER_BOTH_EDGE=y | ||
CONFIG_HAVE_BOOTLOADER_REQUEST=y | ||
CONFIG_INLINE_STEPPER_HACK=y |