Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d2a3e32
Initialize branch
Kampi Dec 29, 2025
d3efd64
Working on firmware
Kampi Jan 2, 2026
2c32e9d
Feature: Issue #6
Kampi Jan 12, 2026
dbde8c8
Feature: Rework Settings logic
Kampi Jan 14, 2026
94bf293
Remove emoji from repository checkout step name
Kampi Jan 14, 2026
d182ef7
Change provisioning from Bluetooth to WiFi SoftAP
Kampi Jan 15, 2026
0b261e5
Remove custom target registration for format
Kampi Jan 19, 2026
4d331eb
Working on firmware
Kampi Jan 31, 2026
2cad09d
Add first version of settings menu
Kampi Feb 5, 2026
995782d
Add message box when saving the settings
Kampi Feb 7, 2026
c91d5e6
Replace logo for the captive portal
Kampi Feb 7, 2026
333b851
- Add save button to main window, move wifi button into the settings …
Kampi Feb 7, 2026
ccc89f2
Add documentation for the remote control
Kampi Feb 11, 2026
a729e33
Add common interface for VISA and WebSockets
Kampi Feb 11, 2026
d805b26
Fix broken USB and Settings Manager
Kampi Feb 11, 2026
968eeb9
Improve WiFi provisioning, optimize WiFi UI elements
Kampi Feb 12, 2026
8a1fcfd
Clean ups and VISA and remote interface optimizations
Kampi Feb 13, 2026
31e11ae
Clean ups and VISA and remote interface optimizations
Kampi Feb 13, 2026
9a837ac
USB implementation & Performance optimizations
Kampi Feb 16, 2026
9a585f9
Update USB descriptor function return types
Kampi Feb 25, 2026
c4804fd
Fix comment formatting in descriptors.h
Kampi Feb 25, 2026
d99a0b6
Enhance USB descriptors for UVC and CDC interfaces
Kampi Feb 25, 2026
4cdbde8
Update descriptors.cpp
Kampi Feb 25, 2026
7a91e91
Fix comment formatting for MSC Control interface
Kampi Feb 25, 2026
101de1c
Add new descriptors
Kampi Feb 25, 2026
8cc6eb2
- Memory optimizations
Kampi Feb 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 35 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: "en-US"
reviews:
profile: "chill"
high_level_summary: true
poem: false
collapse_walkthrough: true
sequence_diagrams: false
auto_review:
enabled: true
drafts: true
in_progress_fortune: false
tools:
github-checks:
enabled: false
cppcheck:
enabled: true
pylint:
enabled: true
yamllint:
enabled: false
markdownlint:
enabled: true
finishing_touches:
docstrings:
enabled: false
unit_tests:
enabled: false
pre_merge_checks:
docstrings:
mode: "off"
title:
mode: "off"
chat:
art: false
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [Kampi]
Loading
Loading