Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Woazboat
firmware
Commits
668dfffb
Commit
668dfffb
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Plain Diff
Merge 'longint with arbitrary precision'
See merge request
card10/firmware!270
parents
612772fa
cd32316c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
lib/micropython/gen-frozen.sh
+1
-1
1 addition, 1 deletion
lib/micropython/gen-frozen.sh
pycardium/mpconfigport.h
+1
-1
1 addition, 1 deletion
pycardium/mpconfigport.h
with
2 additions
and
2 deletions
lib/micropython/gen-frozen.sh
+
1
−
1
View file @
668dfffb
...
...
@@ -14,5 +14,5 @@ QSTR_HEADER="$(dirname "$QSTR_HEADER")/qstrdefs.preprocessed.h"
"
$PYTHON
"
"
$SOURCE_DIR
"
/micropython/tools/mpy-tool.py
\
--freeze
\
--qstr-header
"
$QSTR_HEADER
"
\
-mlongint-impl
longlong
\
-mlongint-impl
mpz
\
"
$@
"
>
"
$OUTPUT
"
This diff is collapsed.
Click to expand it.
pycardium/mpconfigport.h
+
1
−
1
View file @
668dfffb
...
...
@@ -18,7 +18,7 @@
#define MICROPY_ENABLE_GC (1)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_HELPER_REPL (1)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_
LONGLONG
)
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_
MPZ
)
#define MICROPY_ENABLE_SCHEDULER (1)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment