Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Add AT91SAM9G20-EK #1070

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions config/platforms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ platforms:

aaeon-UPN-EHLX4RE-A10-0864: *x86_64-device

at91sam9g20ek:
<<: *arm-device
mach: atmel
dtb: dtbs/at91sam9g20ek.dtb
compatible: ['atmel,at91sam9g20ek', 'atmel,at91sam9g20', 'atmel,at91sam9']

bcm2711-rpi-4-b:
<<: *arm64-device
mach: broadcom
Expand Down
8 changes: 8 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@ scheduler:
- imx6dl-riotboard
- stm32mp157c-lxa-tac-gen1

- job: baseline-arm
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm-multi_v5_defconfig
runtime: *lava-broonie-runtime
platforms: &lava-broonie-armv5
- at91sam9g20ek

- job: baseline-arm64
event: &kbuild-gcc-12-arm64-node-event
<<: *node-event-kbuild
Expand Down
Loading