Skip to content

Commit

Permalink
release-v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaooooo committed Mar 3, 2022
1 parent a3a3ae5 commit f11eed0
Show file tree
Hide file tree
Showing 239 changed files with 7,049 additions and 2,955 deletions.
4 changes: 4 additions & 0 deletions configs/openocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ else
fi

export PATH=$GAP_SDK_HOME/install/workstation/openocd/bin:$PATH

# Path to openocd scripts
export OPENOCD_SCRIPTS=$GAP_SDK_HOME/utils/openocd_tools

17 changes: 17 additions & 0 deletions examples/pmsis/bsp/ble/ble_nina_b112/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ble_nina_b112
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
17 changes: 17 additions & 0 deletions examples/pmsis/bsp/ble/ble_read_test/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ble_read_test
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
17 changes: 17 additions & 0 deletions examples/pmsis/bsp/blink_led/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: blink_led
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: camera_ir_thermeye_always_on
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
async:
name: async
tags:
- integration
- release
duration: standard
flags: ASYNC=1
compile_only: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: camera_ir_thermeye_low_power_mode
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
async:
name: async
tags:
- integration
- release
duration: standard
flags: ASYNC=1
compile_only: true
17 changes: 17 additions & 0 deletions examples/pmsis/bsp/cameras/test_camera_gc0308/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: camera_gc0308
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
25 changes: 25 additions & 0 deletions examples/pmsis/bsp/cameras/test_camera_io/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: camera_io
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
async:
name: async
tags:
- integration
- release
duration: standard
flags: ASYNC=1
compile_only: true
25 changes: 25 additions & 0 deletions examples/pmsis/bsp/cameras/test_camera_lcd/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: camera_lcd
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
async:
name: async
tags:
- integration
- release
duration: standard
flags: ASYNC=1
compile_only: true
17 changes: 17 additions & 0 deletions examples/pmsis/bsp/cameras/test_camera_ov5640/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: camera_ov5640
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
17 changes: 17 additions & 0 deletions examples/pmsis/bsp/cameras/test_camera_ov7670/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: camera_ov7670
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
Empty file modified examples/pmsis/bsp/cameras/test_camera_ov7670/ov7670_config.h
100755 → 100644
Empty file.
25 changes: 25 additions & 0 deletions examples/pmsis/bsp/cameras/test_camera_pixart/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: camera_pixart
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
async:
name: async
tags:
- integration
- release
duration: standard
flags: ASYNC=1
compile_only: true
17 changes: 17 additions & 0 deletions examples/pmsis/bsp/cameras/test_camera_stream/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: camera_stream
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
18 changes: 18 additions & 0 deletions examples/pmsis/bsp/filesystem/fs_to_l3_copy/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: fs_to_l3_copy
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
- gap9
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
18 changes: 18 additions & 0 deletions examples/pmsis/bsp/filesystem/littlefs/native_lfs/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: littlefs_native_lfs
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
- gap9
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
18 changes: 18 additions & 0 deletions examples/pmsis/bsp/filesystem/readfs/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: readfs
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
- gap9
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
26 changes: 26 additions & 0 deletions examples/pmsis/bsp/flash/hyper_flash/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: hyper_flash
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
- gap9
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
async:
name: async
tags:
- integration
- release
duration: standard
flags: ASYNC=1
compile_only: true
25 changes: 25 additions & 0 deletions examples/pmsis/bsp/flash/hyper_flash_multi_thread/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: hyper_flash_multi_thread
platforms:
- gvsoc
os:
- freertos
chips:
- gap8
- gap9
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
async:
name: async
tags:
- integration
- release
duration: standard
flags: ASYNC=1
compile_only: true
17 changes: 17 additions & 0 deletions examples/pmsis/bsp/lcd/gapuino_himax_with_lcd/gaptest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: gapuino_himax_with_lcd
platforms:
- gvsoc
os:
- freertos
- pulpos
chips:
- gap8
variants:
std:
name: standard
tags:
- integration
- release
duration: standard
flags: ~
compile_only: true
Loading

0 comments on commit f11eed0

Please sign in to comment.