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
Merge requests
!54
feat(rtc): Initial Python RTC support
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat(rtc): Initial Python RTC support
schneider/localtime
into
master
Overview
10
Commits
5
Pipelines
12
Changes
7
All threads resolved!
Show all comments
Merged
schneider
requested to merge
schneider/localtime
into
master
5 years ago
Overview
10
Commits
5
Pipelines
12
Changes
7
All threads resolved!
Show all comments
Expand
Basic
utime.localtime()
support. Does not support setting the RTC yet.
Edited
5 years ago
by
schneider
0
0
Merge request reports
Compare
master
version 6
a788d346
5 years ago
version 5
fc2b1e06
5 years ago
version 4
197a703a
5 years ago
version 3
0c699fb7
5 years ago
version 2
90b16f5d
5 years ago
version 1
446c9eaa
5 years ago
master (base)
and
latest version
latest version
c4580819
5 commits,
5 years ago
version 6
a788d346
5 commits,
5 years ago
version 5
fc2b1e06
4 commits,
5 years ago
version 4
197a703a
3 commits,
5 years ago
version 3
0c699fb7
3 commits,
5 years ago
version 2
90b16f5d
1 commit,
5 years ago
version 1
446c9eaa
1 commit,
5 years ago
7 files
+
119
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
epicardium/modules/meson.build
+
1
−
0
Options
@@ -8,4 +8,5 @@ module_sources = files(
'stream.c'
,
'vibra.c'
,
'light_sensor.c'
,
'rtc.c'
)
Loading