Skip to content

Commit

Permalink
[v1.1.0]: At-RTOS release new firmware.
Browse files Browse the repository at this point in the history
  • Loading branch information
At-EC committed Feb 16, 2024
1 parent 138dd12 commit 049baa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions kernal_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
extern "C" {
#endif

#define ATOS_BUILD_TIME "2024-02-16,11:16"
#define ATOS_COMMIT_HEAD_ID "353d8a37b89d8a85e20c467a07477b9e52dd371f"
#define ATOS_BUILD_TIME "2024-02-16,03:19"
#define ATOS_COMMIT_HEAD_ID "138dd12bbed9f04c01195bc069474ab7233f3332"
#define ATOS_VERSION_MAJOR_NUMBER (1u)
#define ATOS_VERSION_MINOR_NUMBER (0u)
#define ATOS_VERSION_PATCH_NUMBER (2u)
#define ATOS_VERSION_MINOR_NUMBER (1u)
#define ATOS_VERSION_PATCH_NUMBER (0u)

#define ATOS_VERSION_MAJOR_NUMBER_MASK (0x03FFu)
#define ATOS_VERSION_MAJOR_NUMBER_POS (22u)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "At-RTOS",
"version": "1.0.2",
"timestamp": "2024-02-16,11:16",
"commit_id": "695f5b9c556c7e1860c3093e5a186c411fffe7b9"
"version": "1.1.0",
"timestamp": "2024-02-16,03:19",
"commit_id": "353d8a37b89d8a85e20c467a07477b9e52dd371f"
}

0 comments on commit 049baa4

Please sign in to comment.