Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NanoX min stack size fix #40

Merged
merged 8 commits into from
May 17, 2024
Merged

NanoX min stack size fix #40

merged 8 commits into from
May 17, 2024

Conversation

chcmedeiros
Copy link

  • Remove conan from testing
  • Setting Min_STACK_SIZE for nanoX

@tdejoigny-ledger tdejoigny-ledger merged commit 115494a into LedgerHQ:develop May 17, 2024
30 checks passed
ifeq ($(TARGET_NAME),TARGET_NANOS)
APP_STACK_MIN_SIZE := 1600
else
APP_STACK_MIN_SIZE := 3800

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In fact should be >1736.
There are 2K that are not really here (but currently exposed over Speculos)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or 1752 if you want to keep your current margin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants