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
!419
fix(pycardium): It's a MAX32666, not a max32666
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix(pycardium): It's a MAX32666, not a max32666
schneider/mp-MAX
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
schneider
requested to merge
schneider/mp-MAX
into
master
4 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
Minor thing which has been nagging me for too long
0
0
Merge request reports
Viewing commit
a22afce8
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a22afce8
fix(pycardium): It's a MAX32666, not a max32666
· a22afce8
schneider
authored
4 years ago
pycardium/mpconfigport.h
+
1
−
1
Options
/* Hardware Name */
#define MICROPY_HW_BOARD_NAME "card10"
#define MICROPY_HW_MCU_NAME "
max
32666"
#define MICROPY_HW_MCU_NAME "
MAX
32666"
/* MicroPython Config Options */
#define MICROPY_PY_MICROPYTHON_MEM_INFO (1)
Loading