• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ARMmbed / mbed-os / 16672
33%
master: 57%

Build:
Build:
LAST BUILD BRANCH: test-resources
DEFAULT BRANCH: master
Ran 05 Apr 2018 02:13PM UTC
Jobs 1
Files 622
Run time 30s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
16672

push

travis-ci

0xc0170
Implement of RTC feature for Renesas mbed boards

I implemented the RTC feature.
The mainly changing is here.
- rtc_init()
  Previously, I have initialized the time information register in the function, so the time count was cleaned by every calling rtc_init().
  Currently, rtc_init() doesn't stop RTC from counting, and rtc_init() is safe to call repeatedly.
  Therefore in order to satisfy specifications,I removed the initialization process of the time information register in the function.

- rtc_free()
  Previously, I have initialized the RTC related register same as rtc_init(), so the time count was cleaned by calling rtc_free().
  Currently, rtc_free() doesn't stop RTC from counting.
  Therefore in order to satisfy specifications,I removed the process and decided not to do anything in the function.
  If powerdown the RTC, Supply of the clock to the RTC is stopped, cannot keeping the count.

32007 of 96558 relevant lines covered (33.15%)

0.33 hits per line

Jobs
ID Job ID Ran Files Coverage
2 16672.2 (NAME=tools) 05 Apr 2018 02:13PM UTC 0
33.15
Travis Job 16672.2
Source Files on build 16672
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16672
  • 72df0bc0 on github
  • Prev Build on feature-hal-spec-rtc (#16108)
  • Next Build on feature-hal-spec-rtc (#16686)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc