From 2d2d8e8b8675a35a01f883257c1dec6949cbc084 Mon Sep 17 00:00:00 2001 From: Huaqi Fang <578567190@qq.com> Date: Mon, 1 Jul 2024 15:02:14 +0800 Subject: [PATCH] bump dlink firmware to v0.9.1 Signed-off-by: Huaqi Fang <578567190@qq.com> --- npk.yml | 2 +- soc/port.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npk.yml b/npk.yml index 204e5a5..216e1c8 100644 --- a/npk.yml +++ b/npk.yml @@ -1,7 +1,7 @@ ## Package Base Information name: app-nsdk_dlink owner: nuclei -version: 0.9.0 +version: 0.9.1 description: Nuclei Debugger Link Firmware type: app keywords: diff --git a/soc/port.h b/soc/port.h index 2c8bc11..6029628 100755 --- a/soc/port.h +++ b/soc/port.h @@ -32,7 +32,7 @@ #include "semphr.h" /* RTOS semaphore related API prototypes. */ #include "task.h" /* RTOS task related API prototypes. */ -#define DLINK_FIRMWARE_VERSION ("v0.9.0") +#define DLINK_FIRMWARE_VERSION ("v0.9.1") #ifndef CI_JOB_ID // If CI_JOB_ID = 0, means it is not built by ci