Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
embedded-linux
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Maul
embedded-linux
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
b5e8ed7b2517ae4ee1c9ddafc1ab77f81baeb1cb
Select Git revision
Selected
b5e8ed7b2517ae4ee1c9ddafc1ab77f81baeb1cb
Branches
1
main
default
protected
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
14
Feb
13
12
9
7
31
Jan
27
26
25
24
docs: add documentation for gpio protocol
main
main
chore: update max client amount docs number
docs: add timing images
feat: update kernel module logging
docs: update install instructions
docs: add file headers
feat: add memory usage client
chore: add kernel communication docs
chore: update userspace communication docs
fix: fix bogus bytes at message end
build: update makefile
fix: update instead of insert if measurement type changes
feat: send data to kernel if measurement got updated
feat: add makefile and update systemd services
fix: fix segfault when loading module and improve send_buffer size calculation
feat: add synchronization and buffer swapping in kernel module
feat: add systemd services and client start logging
feat: terminate clients if pipe is closed
feat: make daemon logging more verbose
fix: fix daemon memory leak
change mesaurement_data_type_t discriminator to uint8_t
style: clang format
feat: add dummy client
fix: prepare message only once for sending
refactor: rename message to measurement
fix: fix invalid timings and wrong byte order in send_byte function
docs: update deprecated documentation
chore: update cmake and clang format code
feat: push remaining changes to userspace components
feat: buffer messages in userspace and improve message handling in kernel module
feat: add packet struct
fix: replace c++ enum definition with c enum definition
fix: add send byte control bits
feat: add crc32 calculation
feat: add bit banging raw dogging (¬‿¬)
feat: add timed kernel thread
feat: add hrtimer to kernel module
feat: send daemon message to kernel
chore: unify naming schemes & remove redundant code
feat: use message queue instead of pipes for userspace communication
Loading