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

[External apps] Allow access to ITCM RAM and reduce slot size #1869

Open
wants to merge 10,000 commits into
base: master
Choose a base branch
from

Conversation

RedGl0w
Copy link
Contributor

@RedGl0w RedGl0w commented Sep 12, 2021

All these changes are made in order to enable porting old external apps (from zardam) to epsilon 16.
These changes were adviced by Ecco
To-do :

  • change USB string descriptors
  • move apps storage
  • try to check if it works
  • rename all ld vars that need to be changed, and continue trying to have the right value for everything
  • change the ASCII arts in ld
  • in apps/external_app/eadk_userland.c, change slot detection (and change it in eadk too)

GabrielNumworks and others added 30 commits July 30, 2021 17:21
This prevents the timer from activating, and in turn dirtying the
battery icon, when the OnOff button is held for a long time.
The solver no longer gives solutions for equations such as
x=int(1/t,t,0,1) or x^2=u(0) for u(n)=1/n.
This timer will be used to periodically poll the keyboard while a key is
pressed, to detect key presses on the same column.
When TIM5 fires, the keyboard is polled. If no keys are pressed, the
timer is not relaunched.
The search for a point of interest cannot work on intervals that contain
zero. For x large enough, when searching towards zero, the step would be
greater than x, causing its new value to be of opposite sign.
Remove false assertions and add space for signature
@CLAassistant
Copy link

CLAassistant commented Dec 6, 2021

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 5 committers have signed the CLA.

✅ GabrielNumworks
✅ HugoNumworks
✅ EmilieNumworks
✅ RedGl0w
❌ GregNumworks
You have signed the CLA already but the status is still pending? Let us recheck it.

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.

8 participants