Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ev3dev-lang-java
/
ev3dev-lang-java
Public
Notifications
You must be signed in to change notification settings
Fork
44
Star
107
Code
Issues
21
Pull requests
4
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Mar 12, 2024
Adding codespaces support; Fixing checkstyle (#823)
Show description for da29af7
jabrena
authored
da29af7
View commit details
Copy full SHA for da29af7
Browse repository at this point
Update gradle, make compilable with jdk17 (#813)
snuyanzin
authored
c812daa
View commit details
Copy full SHA for c812daa
Browse repository at this point
Sound cleanup and extensions (#810)
Show description for 72f1375
suffieldacademy
and
Jason Healy
authored
72f1375
View commit details
Copy full SHA for 72f1375
Browse repository at this point
Merge pull request #809 from suffieldacademy/cherry-pick-deprecation-warning
Show description for e099a78
jabrena
authored
e099a78
View commit details
Copy full SHA for e099a78
Browse repository at this point
Commits on Apr 16, 2022
Added @Deprecated tag to prevent compiler warning.
Jason Healy
committed
596dbf0
View commit details
Copy full SHA for 596dbf0
Browse repository at this point
Commits on Jan 9, 2021
Merge pull request #789 from ev3dev-lang-java/735
Show description for 4c21a4d
jabrena
authored
4c21a4d
View commit details
Copy full SHA for 4c21a4d
Browse repository at this point
Commits on Jan 8, 2021
Improving implementation for NXT Temperature Sensor
Show description for 74edd0c
jabrena
committed
74edd0c
View commit details
Copy full SHA for 74edd0c
Browse repository at this point
Commits on Jan 7, 2021
Passing Checkstyle
jabrena
committed
708971b
View commit details
Copy full SHA for 708971b
Browse repository at this point
Commits on Jan 6, 2021
Initial implementation for NXT Temperature Sensor
jabrena
committed
145d8c4
View commit details
Copy full SHA for 145d8c4
Browse repository at this point
Commits on Dec 27, 2020
Merge pull request #762 from ev3dev-lang-java/sysfs_perf
Show description for 88be19a
jabrena
authored
88be19a
View commit details
Copy full SHA for 88be19a
Browse repository at this point
Fixing some issues with Checkstyle
Show description for 14671d8
jabrena
committed
14671d8
View commit details
Copy full SHA for 14671d8
Browse repository at this point
Merge pull request #761 from ev3dev-lang-java/sysfs_perf
Show description for 18d4cb1
jabrena
authored
18d4cb1
View commit details
Copy full SHA for 18d4cb1
Browse repository at this point
Minor change to increase the readibility
jabrena
committed
19d18ee
View commit details
Copy full SHA for 19d18ee
Browse repository at this point
Minor change to not import any class due to the description in Javadocs
jabrena
committed
a10915d
View commit details
Copy full SHA for a10915d
Browse repository at this point
Cleaning the branch in order to merge in master
jabrena
committed
534588c
View commit details
Copy full SHA for 534588c
Browse repository at this point
Cleaning the branch in order to merge in master
jabrena
committed
2ff973a
View commit details
Copy full SHA for 2ff973a
Browse repository at this point
Commits on Dec 25, 2020
Uploading JMH results
Show description for d36cc72
jabrena
committed
d36cc72
View commit details
Copy full SHA for d36cc72
Browse repository at this point
Commits on Dec 23, 2020
Removing files from previous alternatives.
Show description for f435da7
jabrena
committed
f435da7
View commit details
Copy full SHA for f435da7
Browse repository at this point
Commits on Dec 13, 2020
Merge pull request #756 from dwalend/channelReset
Show description for 5bc8f1b
jabrena
authored
5bc8f1b
View commit details
Copy full SHA for 5bc8f1b
Browse repository at this point
Commits on Dec 11, 2020
Added the reusable DataChannelRereader and used it as filling for getString in Sysfs2.
dwalend
committed
95505c8
View commit details
Copy full SHA for 95505c8
Browse repository at this point
Commits on Dec 10, 2020
There's potentially 27 bytes to read. Increasing buffer size to 32.
dwalend
committed
51c5c4e
View commit details
Copy full SHA for 51c5c4e
Browse repository at this point
Commits on Dec 9, 2020
stray import removed
dwalend
committed
57403cb
View commit details
Copy full SHA for 57403cb
Browse repository at this point
All Sysfs2.java unit tests pass for the minimal java read string optimization
dwalend
committed
3340b73
View commit details
Copy full SHA for 3340b73
Browse repository at this point
Reading the short is definitely faster. Not sure about how to interpret it.
dwalend
committed
31079af
View commit details
Copy full SHA for 31079af
Browse repository at this point
Commits on Dec 7, 2020
Changed the all-java optimization in Sysfs2.java to not be hard-coded /sys/class/lego-sensor/sensor0/value0 . From a primitive measurement it's a boost of about 2x
dwalend
committed
8a9a9cf
View commit details
Copy full SHA for 8a9a9cf
Browse repository at this point
Merge pull request #753 from JakubVanek/sysfs_perf_doc
Show description for 9920aa5
jabrena
authored
9920aa5
View commit details
Copy full SHA for 9920aa5
Browse repository at this point
Uploading preliminar results with JMH
Show description for f943cbe
jabrena
committed
f943cbe
View commit details
Copy full SHA for f943cbe
Browse repository at this point
Commits on Dec 6, 2020
docs: add ILibc documentation
Show description for 76c0384
JakubVanek
committed
76c0384
View commit details
Copy full SHA for 76c0384
Browse repository at this point
Merge pull request #752 from JakubVanek/sysfs_perf_lru
Show description for 6038607
jabrena
authored
6038607
View commit details
Copy full SHA for 6038607
Browse repository at this point
Upgrading README.md to add instructions to test in local.
jabrena
committed
3ac9ffd
View commit details
Copy full SHA for 3ac9ffd
Browse repository at this point
tests: make tests compatible with new libc-based sysfs access
Show description for 2e503e5
JakubVanek
committed
2e503e5
View commit details
Copy full SHA for 2e503e5
Browse repository at this point
add lru-cached jna sysfs
JakubVanek
committed
854e953
View commit details
Copy full SHA for 854e953
Browse repository at this point
drop FastIOUtil completely from JNA2
JakubVanek
committed
9e005e2
View commit details
Copy full SHA for 9e005e2
Browse repository at this point
Commits on Dec 5, 2020
Adding initial ideas to improve performance of Sysfs from @dwalend & @JakubVanek
Show description for 900020f
jabrena
committed
900020f
View commit details
Copy full SHA for 900020f
Browse repository at this point
Fixing typo message in Pipeline
jabrena
committed
71574e2
View commit details
Copy full SHA for 71574e2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.