Skip to content

Commit

Permalink
Merge pull request #550 from LedgerHQ/fbe/increase_max_sideloaded_apps
Browse files Browse the repository at this point in the history
Increase number of sideloaded applications to 64
  • Loading branch information
fbeutin-ledger authored Feb 6, 2025
2 parents d3fc405 + 1cb90ed commit 99d9314
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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).

## [0.14.0] 2025-02-06

### Changed
- Increase number of sideloaded applications to 64

## [0.13.1] 2025-01-28

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion src/launcher.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define LOAD_ADDR ((void *)0x40000000)
#define LINK_RAM_ADDR (0xda7a0000)
#define LOAD_RAM_ADDR (0x50000000)
#define MAX_APP 16
#define MAX_APP 64
#define MAIN_APP_NAME "main"

#ifndef GIT_REVISION
Expand Down

0 comments on commit 99d9314

Please sign in to comment.