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
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
swym
firmware
Commits
d0b7f7926725da51328be5b125fbeab51fa77c2f
Select Git revision
Branches
20
esb_py
master
default
protected
analog_gpio
config
esb
esb_squashed_nopy
card10.cfg
fix-intid
hwlock_pc
jailbreak
debug_module
gpio_fix
fd_ownership
moar_blacklist
hula
mx_printf
fileapi
dir
tidy
fatfs-generation
20 results
firmware
Author
Search by author
Any Author
authors
swym
swym
1 author
Aug 16, 2019
feat(fatfs): Implement opendir, readdir & unlink
· d0b7f792
swym
authored
5 years ago
and
rahix
committed
5 years ago
Verified
d0b7f792
Aug 15, 2019
fix(sdk): ssec is 12 bits long
· ea085187
schneider
authored
5 years ago
ea085187
Merge branch 'rahix/lifecycle'
· 604a5036
rahix
authored
5 years ago
Verified
604a5036
feat(ble): Add file transfer
· 14930b38
Hauke Mehrtens
authored
5 years ago
14930b38
feat(pmic): Implement proper reset behavior
· d3c52d1c
rahix
authored
5 years ago
Verified
d3c52d1c
feat(pycardium): Return on HardFault
· 0f75b615
rahix
authored
5 years ago
Verified
0f75b615
feat(pycardium): Add a barebones "os" module
· 88409854
rahix
authored
5 years ago
Verified
88409854
feat(epicardium): Add core 1 lifecycle
· b7c0b608
rahix
authored
5 years ago
Verified
b7c0b608
feat(epicardium): Add module for hardware init
· be09c127
rahix
authored
5 years ago
Verified
be09c127
chore(epicardium): Move dispatcher into own module
· 5f794074
rahix
authored
5 years ago
Verified
5f794074
feat(epicardium): Implement basic core 1 lifecycle
· 3b9393fe
rahix
authored
5 years ago
Verified
3b9393fe
fix(api): Make reset interrupt non-maskable
· bf88fd75
rahix
authored
5 years ago
Verified
bf88fd75
fix(api): Change interrupt idle value to -1
· 941fb5c4
rahix
authored
5 years ago
Verified
941fb5c4
feat(api): Add initial argument passing
· b8940bcd
rahix
authored
5 years ago
Verified
b8940bcd
feat(epicardium): Add switch for core 1 debugging
· 32144f97
rahix
authored
5 years ago
Verified
32144f97
change(ble): Increase MTU to 241 bytes
· 77a3af48
Hauke Mehrtens
authored
5 years ago
77a3af48
ble: fix card10 svc uuid
· dba22702
genofire
authored
5 years ago
and
schneider
committed
5 years ago
dba22702
doc(ble): add card10 to index
· bf7824f7
genofire
authored
5 years ago
and
schneider
committed
5 years ago
bf7824f7
fix(ble): Do not try to schedule 0 tick WSF timers
· 44d8adf6
schneider
authored
5 years ago
and
schneider
committed
5 years ago
44d8adf6
fix(l0dables): Fix vector table alignment
· 1067d234
rahix
authored
5 years ago
Verified
1067d234
feat(epicardium): Display all output on CDC-ACM
· 69775a15
rahix
authored
5 years ago
Verified
69775a15
docs(ble): Update file transfer UUIDs
· 4b465ff4
Anon
authored
5 years ago
4b465ff4
fix(gfx): Fix unwanted circle clipping
· 497a0946
Mateusz Zalega
authored
5 years ago
and
rahix
committed
5 years ago
Verified
497a0946
fix(gfx): Fix Bresenham's line drawing algorithm implementation
· 1791d5cd
Mateusz Zalega
authored
5 years ago
and
rahix
committed
5 years ago
1791d5cd
fix(pycardium): Fix missing include
· d23fbdd0
rahix
authored
5 years ago
Verified
d23fbdd0
fix(code-style): Fix shebang & output
· 434f9a09
rahix
authored
5 years ago
Verified
434f9a09
hack(ble): Always advertise as bondable
· 65d79dfc
schneider
authored
5 years ago
and
schneider
committed
5 years ago
65d79dfc
change(ble): Always keep advertising every 500 ms
· ddce2958
schneider
authored
5 years ago
and
schneider
committed
5 years ago
ddce2958
feat(ble): Only allow "secure" pairings
· 8f0bc517
schneider
authored
5 years ago
and
schneider
committed
5 years ago
8f0bc517
build: Add clang-tidy support
· 4c783757
swym
authored
5 years ago
and
rahix
committed
5 years ago
4c783757
Aug 14, 2019
light sensor: run on startup of card10
· 4ed95885
genofire
authored
5 years ago
Verified
4ed95885
ble: review card10 svc
· 3019031a
genofire
authored
5 years ago
Verified
3019031a
ble: add card10 svc with vibra, lightsensor and rocket leds
· 5f82570f
genofire
authored
5 years ago
Verified
5f82570f
[DOC] color.py: fix example change_lightness
· f3d7d710
genofire
authored
5 years ago
f3d7d710
short version of git version
· 5cc565f5
genofire
authored
5 years ago
and
schneider
committed
5 years ago
5cc565f5
feat(pycardium): Add more standard-library functions
· 7e436cb0
rahix
authored
5 years ago
Verified
7e436cb0
feat: Add micropython-lib submodule
· 465649c6
rahix
authored
5 years ago
Verified
465649c6
feat: Include version in binaries
· f3830f3c
rahix
authored
5 years ago
Verified
f3830f3c
fix(gfx): Fix text being offset by one character
· 6aa9d9b7
rahix
authored
5 years ago
Verified
6aa9d9b7
Aug 13, 2019
fix(fatfs): correnctly initilize generation count
· 4ff73ad3
swym
authored
5 years ago
4ff73ad3
Loading