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
6348e507596eb10420e277c6e2a0bf28d770c6bc
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 06, 2019
chore(ble): Move UART service into a separate file
· 6348e507
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
6348e507
fix(ble): Remove obsolete stuff from fit example
· e990df75
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
e990df75
fix(ble): Remove app callback to set BT MAC
· b3eec4e7
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
b3eec4e7
fix(ble): Keep advertising after 60s
· f5f2d972
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
f5f2d972
fix(ble): Regularly update WSF timers
· ac5631e6
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
ac5631e6
chore(ble): Refactoring...
· 425d47cf
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
425d47cf
feat(ble): Make device name writeable
· 862b4286
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
862b4286
fix(ble): Add some static checking of the attribute group sizes
· ef7e8958
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
ef7e8958
fix(ble): Remove offending svc_core.h copy
· 048196e6
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
048196e6
chore(ble): Copy more app related files from the stack
· bebf7b0e
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
bebf7b0e
chore(ble): Copy svc_core.c from the stack
· 9eead8a4
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
9eead8a4
chore(ble): Copy svc_dis.c from the stack
· 99a5d4a7
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
99a5d4a7
chore(ble): Copy fit_main.c from the stack
· 8c81654a
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
8c81654a
chore(ble): Move BLE into own subdirectory
· ed9790f5
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
ed9790f5
docs(ble): Add some notes to the stack init
· da79038c
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
da79038c
build(ble): Only link cordio-phy where necessary
· 48120d1f
rahix
authored
5 years ago
Verified
48120d1f
fix(ble): Fix compiler errors
· c4e07041
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
c4e07041
feat(ble): Read MAC from file
· e68a2679
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
e68a2679
fix(ble): Slow down BLE messages a bit
· ccf1d9eb
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
ccf1d9eb
feat(epicardium): Add experimental BLE console
· 6c41c7a3
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
6c41c7a3
feat(epicardium): First BLE support
· 5e790cb3
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
5e790cb3
feat(epicardium): Implement BLE scheduling
· 278df494
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
278df494
feat(epicardium): Compile BLE stuff
· 78e5b900
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
78e5b900
Aug 05, 2019
build: Add an option for debug-output
· bb4ad001
rahix
authored
5 years ago
Verified
bb4ad001
chore: Remove obsolete BLE example
· 1077f2b5
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
1077f2b5
fix(fsutil): Fix function names in header-file
· 36a19d2f
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
36a19d2f
fix(fatfs): Reduce maximum open files to 16
· 1b48d1db
schneider
authored
5 years ago
and
rahix
committed
5 years ago
Verified
1b48d1db
fix(genapi): Fix preprocessor interfering with code-gen
· bd226159
rahix
authored
5 years ago
Verified
bd226159
Aug 04, 2019
fix(fatfs): accept 'b' in parse_modes
· b1f671d5
swym
authored
5 years ago
b1f671d5
docs: Mark epic_leds_set() as not yet stable
· 507a13b4
rahix
authored
5 years ago
Verified
507a13b4
chore(epicardium): Final call ID cleanup
· 4c569c8e
rahix
authored
5 years ago
Verified
4c569c8e
ci: Fix lint chocking on deleted files
· e74beecc
rahix
authored
5 years ago
Verified
e74beecc
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
ci: notify user when branch is too far off master to be analyzed
· b4c64ba8
q3k
authored
5 years ago
b4c64ba8
docs: Cleanup fatfs docs
· 7a6b17a6
rahix
authored
5 years ago
Verified
7a6b17a6
fix(fatfs): Remove typedef for epic_stat
· 4c977d6a
rahix
authored
5 years ago
Verified
4c977d6a
docs: Fixup API docs in a few places
· b7e210c9
rahix
authored
5 years ago
Verified
b7e210c9
feat(serial): Add epic_uart_read_str() API-call
· 8765f08c
rahix
authored
5 years ago
Verified
8765f08c
fix(serial): Fix UART receive call violating API rules
· 32808693
rahix
authored
5 years ago
Verified
32808693
Loading