Skip to content

Commit

Permalink
Increase number of sideloaded applications to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
fbeutin-ledger committed Feb 6, 2025
1 parent d3fc405 commit 3a294c4
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.13.2] 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 3a294c4

Please sign in to comment.