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
Commits
renze/hatchery_apps
Select Git revision
20 results
firmware
lib
Author
Search by author
Any Author
authors
0 authors
Aug 20, 2019
fix(gfx): Don't clear screen on init
· 4f06bf41
rahix
authored
5 years ago
4f06bf41
feat(epicardium): Only perform fast display init
· 53e3b1d5
rahix
authored
5 years ago
53e3b1d5
chore(libcard10): Move SPI_SPEED into header
· 6c87ece6
rahix
authored
5 years ago
6c87ece6
chore(mx25lba): Be less spammy
· 0f46f33a
swym
authored
5 years ago
and
rahix
committed
5 years ago
0f46f33a
fix(diskio): Return correct sector count
· 1b4e3581
schneider
authored
5 years ago
and
rahix
committed
5 years ago
1b4e3581
Aug 19, 2019
fix(libcard10): Initialize GPIO before PMIC
· 0fa3702a
rahix
authored
5 years ago
0fa3702a
fix(bootloader): Init PMIC before portexpander
· 8d52c939
schneider
authored
5 years ago
and
rahix
committed
5 years ago
8d52c939
Aug 17, 2019
fix(pb): Fix off-by-one error in assertion
· 162fe8f8
fleur
authored
5 years ago
and
rahix
committed
5 years ago
162fe8f8
Aug 15, 2019
fix(sdk): ssec is 12 bits long
· ea085187
schneider
authored
5 years ago
ea085187
fix(gfx): Fix unwanted circle clipping
· 497a0946
Mateusz Zalega
authored
5 years ago
and
rahix
committed
5 years ago
497a0946
fix(gfx): Fix Bresenham's line drawing algorithm implementation
· 1791d5cd
Mateusz Zalega
authored
5 years ago
and
rahix
committed
5 years ago
1791d5cd
Aug 14, 2019
feat: Add micropython-lib submodule
· 465649c6
rahix
authored
5 years ago
465649c6
fix(gfx): Fix text being offset by one character
· 6aa9d9b7
rahix
authored
5 years ago
6aa9d9b7
Aug 12, 2019
feat(gfx): Replace vendor implementation
· a26664be
Mateusz Zalega
authored
5 years ago
and
rahix
committed
5 years ago
a26664be
feat: Add proper LED module
· e87cdd45
fleur
authored
5 years ago
and
rahix
committed
5 years ago
e87cdd45
Aug 10, 2019
chore: Format all hw-tests & libcard10
· a83b0b51
rahix
authored
5 years ago
a83b0b51
Aug 09, 2019
feat(fatfs): Implement global FLASH lock
· 6d1686e0
swym
authored
5 years ago
and
rahix
committed
5 years ago
6d1686e0
Aug 07, 2019
fix(display): Re-init SPI before every transaction
· 494d30a9
schneider
authored
5 years ago
and
rahix
committed
5 years ago
494d30a9
Aug 06, 2019
build(ble): Disable tracing by default
· f2b3edec
rahix
authored
5 years ago
f2b3edec
fix(ble): Add some static checking of the attribute group sizes
· ef7e8958
schneider
authored
5 years ago
and
rahix
committed
5 years ago
ef7e8958
fix(ble): Remove offending svc_core.h copy
· 048196e6
schneider
authored
5 years ago
and
rahix
committed
5 years ago
048196e6
chore(ble): Copy more app related files from the stack
· bebf7b0e
schneider
authored
5 years ago
and
rahix
committed
5 years ago
bebf7b0e
chore(ble): Copy svc_core.c from the stack
· 9eead8a4
schneider
authored
5 years ago
and
rahix
committed
5 years ago
9eead8a4
chore(ble): Copy svc_dis.c from the stack
· 99a5d4a7
schneider
authored
5 years ago
and
rahix
committed
5 years ago
99a5d4a7
chore(ble): Copy fit_main.c from the stack
· 8c81654a
schneider
authored
5 years ago
and
rahix
committed
5 years ago
8c81654a
build(ble): Only link cordio-phy where necessary
· 48120d1f
rahix
authored
5 years ago
48120d1f
feat(epicardium): First BLE support
· 5e790cb3
schneider
authored
5 years ago
and
rahix
committed
5 years ago
5e790cb3
Aug 05, 2019
fix(fsutil): Fix function names in header-file
· 36a19d2f
schneider
authored
5 years ago
and
rahix
committed
5 years ago
36a19d2f
Aug 04, 2019
feat(portexpander): New function for setting multiple pins at once
· 46637b26
Woazboat
authored
5 years ago
46637b26
refactor(portexpander): defines for portexpander commands + common read/write functions
· 8a5926b5
Woazboat
authored
5 years ago
8a5926b5
Aug 03, 2019
chore(pushbuttons): code style
· 16a8325b
schneider
authored
5 years ago
16a8325b
fix(pushbuttons): Add Button 2 support
· 8ffaa150
schneider
authored
5 years ago
8ffaa150
Jul 31, 2019
feat(display): Add API call for direct framebuffer
· c66f9319
q3k
authored
5 years ago
and
rahix
committed
5 years ago
c66f9319
Jul 29, 2019
fix(rtc): Add comment about magic number
· 8b58c463
schneider
authored
5 years ago
and
rahix
committed
5 years ago
8b58c463
fix(libcard10): Properly wait for RTC init
· 48f47e74
rahix
authored
5 years ago
48f47e74
feat(rtc): Initial Python RTC support
· a1567d59
schneider
authored
5 years ago
and
rahix
committed
5 years ago
a1567d59
style fixes
· cbea5657
q3k
authored
5 years ago
cbea5657
l0dables: WIP
· 017ef3f9
q3k
authored
5 years ago
017ef3f9
Jul 27, 2019
fix(leds): Use new portexpander API
· 2fc408e8
schneider
authored
5 years ago
and
rahix
committed
5 years ago
2fc408e8
feat(bootloader): Reset when system says done
· 82b5b21f
schneider
authored
5 years ago
and
rahix
committed
5 years ago
82b5b21f
Loading