Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Debugging Gitlab issue fix
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Phileas
Debugging Gitlab issue fix
Merge requests
!109
*: rename HW P6 to C23
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
*: rename HW P6 to C23
q3k/p6-to-c23
into
main
Overview
0
Commits
1
Pipelines
1
Changes
9
Merged
Phileas
requested to merge
q3k/p6-to-c23
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
9
Expand
Prototype 6 turned out to be the production board.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
42b28396
1 commit,
1 year ago
9 files
+
18
−
36
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
components/flow3r_bsp/Kconfig
+
5
−
5
Options
menu "Flow3r Config"
choice FLOW3R_HW_GEN
prompt "Badge23 Hardware Generation"
default FLOW3R_HW_GEN_
P4
default FLOW3R_HW_GEN_
C23
config FLOW3R_HW_GEN_P3
help
Prototype version 3, a.k.a. proto3
@@ -16,12 +16,12 @@ menu "Flow3r Config"
- Sticker with B4xx (xx being arbitrary digits) on the back
select FLOW3R_ESP32S3
bool "Prototype 4"
config FLOW3R_HW_GEN_
P6
config FLOW3R_HW_GEN_
C23
help
Prototype version 6, a.k.a. proto6
- Sticker with B6xx (xx being arbitrary digits) on the back
As seen on CCCamp 2023.
Previously known as prototype version 6, a.k.a. proto6.
select FLOW3R_ESP32S3
bool "
Prototype 6
"
bool "
CCCamp 2023
"
endchoice
config FLOW3R_ESP32S3
Loading