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
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
card10
firmware
Commits
cd32316c
Commit
cd32316c
authored
5 years ago
by
Hinerk
Browse files
Options
Downloads
Patches
Plain Diff
longint with arbitrary precision
parent
37da10f9
No related branches found
No related tags found
1 merge request
!270
longint with arbitrary precision
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 @
cd32316c
...
...
@@ -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 @
cd32316c
...
...
@@ -17,7 +17,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