Skip to content
Open
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
1 change: 0 additions & 1 deletion .github/workflows/Build_RPS_AppKit-E8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
working-directory: ./
run: |
cpackget add ./packs/PyTorch.ExecuTorch.1.1.0-rc1-build.12/PyTorch.ExecuTorch.pdsc --agree-embedded-license
cpackget add ./packs/AlifSemiconductor.Ensemble.2.2.0-dev8+g560eb47.pack --agree-embedded-license

- name: Build the target-set
working-directory: ./RockPaperScissors/AppKit-E8_USB
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/Build_RPS_Variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
working-directory: ./
run: |
cpackget add ./packs/PyTorch.ExecuTorch.1.1.0-rc1-build.12/PyTorch.ExecuTorch.pdsc --agree-embedded-license
cpackget add ./packs/AlifSemiconductor.Ensemble.2.2.0-dev8+g560eb47.pack --agree-embedded-license

- name: ${{matrix.context.tool}} Build-Test for context ${{matrix.context.proj}}.${{matrix.context.build-type}}+${{matrix.context.target-type}}
working-directory: ${{matrix.context.dir}}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/Test_RPS_SSE-320-U85.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
working-directory: ./
run: |
cpackget add ./packs/PyTorch.ExecuTorch.1.1.0-rc1-build.12/PyTorch.ExecuTorch.pdsc --agree-embedded-license
cpackget add ./packs/AlifSemiconductor.Ensemble.2.2.0-dev8+g560eb47.pack --agree-embedded-license

- name: Build the target-set
working-directory: ./RockPaperScissors/AppKit-E8_USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ layer:

# List the packs used in the layer.
packs:
- pack: AlifSemiconductor::Ensemble@^2.1.1-0
- pack: AlifSemiconductor::Ensemble@^2.2.0-0
- pack: ARM::CMSIS@^6.2.0
- pack: ARM::CMSIS-Compiler@^2.1.0
- pack: ARM::CMSIS-Driver@^2.10.0
- pack: ARM::ethos-u-core-driver@1.25.2
- pack: ARM::ethos-u-core-driver@^1.26.2

# List miscellaneous options passed via the command line to the build tool.
misc:
Expand Down Expand Up @@ -90,6 +90,9 @@ layer:

- component: Machine Learning:NPU Support:Ethos-U Driver&Generic U85

- component: Services:Retarget IO:STDERR
- component: Services:Retarget IO:STDIN
- component: Services:Retarget IO:STDOUT
- component: Services:Secure Enclave:core&Source
- component: Services:Secure Enclave:Initialization Helper&Source

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ layer:

# List the packs used in the layer.
packs:
- pack: AlifSemiconductor::Ensemble@^2.1.1-0
- pack: AlifSemiconductor::Ensemble@^2.2.0-0
- pack: ARM::CMSIS@^6.2.0
- pack: ARM::CMSIS-Compiler@^2.1.0
- pack: ARM::CMSIS-Driver@^2.10.0
- pack: ARM::ethos-u-core-driver@1.25.2
- pack: ARM::ethos-u-core-driver@^1.26.2

# List miscellaneous options passed via the command line to the build tool.
misc:
Expand Down Expand Up @@ -98,6 +98,9 @@ layer:

- component: Machine Learning:NPU Support:Ethos-U Driver&Generic U55

- component: Services:Retarget IO:STDERR
- component: Services:Retarget IO:STDIN
- component: Services:Retarget IO:STDOUT
- component: Services:Secure Enclave:core&Source
- component: Services:Secure Enclave:Initialization Helper&Source

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2025 Alif Semiconductor - All Rights Reserved.
* Use, distribution and modification of this code is permitted under the
* terms stated in the Alif Semiconductor Software License Agreement
Expand Down Expand Up @@ -1150,21 +1150,21 @@
// <6=> PIN6 <7=> PIN7
#define BOARD_CLICKBOARD_RST_GPIO_PIN 3

// <o> "ICM_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
// GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_ICM_IMU_IRQ_GPIO_PORT 8
// <o> "ICM_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
// <6=> PIN6 <7=> PIN7
#define BOARD_ICM_IMU_IRQ_GPIO_PIN 4
// <o> "ICM42670_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4
// <5=> GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12
// <13=> GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_ICM42670_IMU_IRQ_GPIO_PORT 1
// <o> "ICM42670_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4
// <5=> PIN5 <6=> PIN6 <7=> PIN7
#define BOARD_ICM42670_IMU_IRQ_GPIO_PIN 5

// <o> "BMI_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// <o> "BMI323_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
// GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_BMI_IMU_IRQ_GPIO_PORT 8
// <o> "BMI_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
#define BOARD_BMI323_IMU_IRQ_GPIO_PORT 1
// <o> "BMI323_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
// <6=> PIN6 <7=> PIN7
#define BOARD_BMI_IMU_IRQ_GPIO_PIN 5
#define BOARD_BMI323_IMU_IRQ_GPIO_PIN 4

// <o> "CAMERA_RESET" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
Expand All @@ -1174,6 +1174,22 @@
// <6=> PIN6 <7=> PIN7
#define BOARD_CAMERA_RESET_GPIO_PIN 1

// <o> "LCD_RESET" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
// GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_LCD_RESET_GPIO_PORT 15
// <o> "LCD_RESET" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
// <6=> PIN6 <7=> PIN7
#define BOARD_LCD_RESET_GPIO_PIN 5

// <o> "LCD_BL_LED" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
// GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_LCD_BL_LED_GPIO_PORT 6
// <o> "LCD_BL_LED" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
// <6=> PIN6 <7=> PIN7
#define BOARD_LCD_BL_LED_GPIO_PIN 1

// <o> "CAMERA_FLASH" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
// GPIO13 <14=> GPIO14 <15=> LPGPIO
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* Copyright (C) 2025 Alif Semiconductor - All Rights Reserved.
* Use, distribution and modification of this code is permitted under the
* terms stated in the Alif Semiconductor Software License Agreement
Expand Down Expand Up @@ -1150,21 +1150,21 @@
// <6=> PIN6 <7=> PIN7
#define BOARD_CLICKBOARD_RST_GPIO_PIN 3

// <o> "ICM_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
// GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_ICM_IMU_IRQ_GPIO_PORT 8
// <o> "ICM_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
// <6=> PIN6 <7=> PIN7
#define BOARD_ICM_IMU_IRQ_GPIO_PIN 4
// <o> "ICM42670_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4
// <5=> GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12
// <13=> GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_ICM42670_IMU_IRQ_GPIO_PORT 1
// <o> "ICM42670_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4
// <5=> PIN5 <6=> PIN6 <7=> PIN7
#define BOARD_ICM42670_IMU_IRQ_GPIO_PIN 5

// <o> "BMI_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// <o> "BMI323_IMU_IRQ" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
// GPIO13 <14=> GPIO14 <15=> LPGPIO
#define BOARD_BMI_IMU_IRQ_GPIO_PORT 8
// <o> "BMI_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
#define BOARD_BMI323_IMU_IRQ_GPIO_PORT 1
// <o> "BMI323_IMU_IRQ" GPIO pin number <0=> PIN0 <1=> PIN1 <2=> PIN2 <3=> PIN3 <4=> PIN4 <5=> PIN5
// <6=> PIN6 <7=> PIN7
#define BOARD_BMI_IMU_IRQ_GPIO_PIN 5
#define BOARD_BMI323_IMU_IRQ_GPIO_PIN 4

// <o> "CAMERA_RESET" GPIO port number <0=> GPIO0 <1=> GPIO1 <2=> GPIO2 <3=> GPIO3 <4=> GPIO4 <5=>
// GPIO5 <6=> GPIO6 <7=> GPIO7 <8=> GPIO8 <9=> GPIO9 <10=> GPIO10 <11=> GPIO11 <12=> GPIO12 <13=>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ const struct gpioconf board_gpioconf[] = {
(1 << PIN_7) | (1 << PIN_6) | (1 << PIN_5),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_2) | (1 << PIN_1) | (1 << PIN_0),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_2) | (1 << PIN_1) | (1 << PIN_0),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_1) | (1 << PIN_0),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_2) | (1 << PIN_1) | (1 << PIN_0),
0,
0,
(1 << PIN_2),
}};

#endif /* __GPIOS_H__ */
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ const struct gpioconf board_gpioconf[] = {
(1 << PIN_7) | (1 << PIN_6) | (1 << PIN_5),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_2) | (1 << PIN_1) | (1 << PIN_0),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_2) | (1 << PIN_1) | (1 << PIN_0),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_1) | (1 << PIN_0),
(1 << PIN_4) | (1 << PIN_3) | (1 << PIN_2) | (1 << PIN_1) | (1 << PIN_0),
0,
0,
(1 << PIN_2),
}};

#endif /* __GPIOS_H__ */
Loading