Skip to content

Commit

Permalink
Merge pull request #102 from LedgerHQ/xch/nanosp-sdk
Browse files Browse the repository at this point in the history
Bump Nano S + SDK version for OS 1.1.1 support
  • Loading branch information
xchapron-ledger authored Jan 10, 2024
2 parents dbe75f7 + ef13faa commit e8ff8c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [3.12.0] - 2024-01-10

### Changed
- Bump Nano S + SDK version for OS 1.1.1 support

## [3.11.1] - 2024-01-03

### Changed
Expand Down
4 changes: 2 additions & 2 deletions lite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ ENV NANOX_SDK=/opt/nanox-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOX_SDK" v5.8.0
RUN echo nanox > $NANOX_SDK/.target

# Latest Nano S+ SDK (OS nanos+_1.1.0 => based on API_LEVEL 1)
# Latest Nano S+ SDK (OS nanos+_1.1.1 => based on API_LEVEL 5)
ENV NANOSP_SDK=/opt/nanosplus-secure-sdk
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v1.10.1
RUN git -C "$LEDGER_SECURE_SDK" worktree add "$NANOSP_SDK" v5.8.0
RUN echo nanos2 > $NANOSP_SDK/.target

# Latest Stax SDK (OS stax_1.4.0-rc1 => based on API_LEVEL 14)
Expand Down

0 comments on commit e8ff8c4

Please sign in to comment.