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
Merge requests
!140
Activate line numbers in traceback
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Activate line numbers in traceback
koalo/source-line-in-traceback
into
master
Overview
2
Commits
1
Pipelines
3
Changes
1
Merged
koalo
requested to merge
koalo/source-line-in-traceback
into
master
5 years ago
Overview
2
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
fd846b8b
5 years ago
version 1
02a3cb40
5 years ago
master (base)
and
latest version
latest version
7e39537b
1 commit,
5 years ago
version 2
fd846b8b
1 commit,
5 years ago
version 1
02a3cb40
1 commit,
5 years ago
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
pycardium/mpconfigport.h
+
2
−
0
Options
@@ -21,6 +21,8 @@
#define MICROPY_ENABLE_SCHEDULER (1)
#define MICROPY_ENABLE_SOURCE_LINE (1)
/* Builtin function and modules */
#define MICROPY_PY_ALL_SPECIAL_METHODS (1)
#define MICROPY_PY_BUILTINS_HELP (1)
Loading