-
Notifications
You must be signed in to change notification settings - Fork 463
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
RedGl0w
wants to merge
10,000
commits into
numworks:master
Choose a base branch
from
RedGl0w:epsilon16AppsFix1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This prevents the timer from activating, and in turn dirtying the battery icon, when the OnOff button is held for a long time.
Step 1: draw_string
for external apps
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.
Make sure arg(0) = undef
Remove false assertions and add space for signature
Change-Id: I81a6ce1f964a5f704ad79bfb34369901496748a1
Change-Id: I186e8b72f668d5757904b17c58e0ebf8327353fc
Change-Id: I9d2afce77f1f5ca38c184e990385d35ebd842a23
An end-point reset was added to fix a enumeration problem. But, it triggered another issue: the calculator freezes because of a SEDET (end of session) detection. Plus, the initial bug doesn't seem to exist now.
RedGl0w
force-pushed
the
epsilon16AppsFix1
branch
from
September 15, 2021 15:30
0e1d6f2
to
647171c
Compare
RedGl0w
force-pushed
the
epsilon16AppsFix1
branch
from
September 15, 2021 15:41
647171c
to
8bb1eb0
Compare
EmilieNumworks
force-pushed
the
master
branch
2 times, most recently
from
December 1, 2021 16:37
e385767
to
974bf08
Compare
|
EmilieNumworks
force-pushed
the
master
branch
from
February 2, 2023 11:08
bb3baa7
to
e4c3a98
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 :
apps/external_app/eadk_userland.c
, change slot detection (and change it in eadk too)