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

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

Build:
Build:
LAST BUILD BRANCH: test-resources
DEFAULT BRANCH: master
Ran 06 Apr 2018 02:53AM UTC
Jobs 1
Files 622
Run time 32s
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
16682

Pull #6501

travis-ci

web-flow
Implementation of SLEEP feature for Renesas mbed boards

I implemented the SLEEP feature for Rnesas mbed boards.
The mainly changing is here.
- hal_sleep()
  To satisfy the mbed specificationm, I implemented this function newly by using "sleep" that is one of low power mode that is incorporated in our hardware(RZ_A1).
  In the "sleep", peripheral and memory state are maintained, and the peripherals continue to work and can generate interrupts.

- hal_deepsleep()
  To satisfy the mbed specificationm, I implemented this function newly by combined using "sleep" and "module standby" that is the low power mode that is incorporated in our hardware(RZ_A1).
  The "module standby" is peripheral module's powerdown.
  Also in case of our "module standby", it need to read register as dummy when access to each register.
Pull Request #6501: Implementation of SLEEP feature for Renesas mbed boards

32048 of 96610 relevant lines covered (33.17%)

0.33 hits per line

Jobs
ID Job ID Ran Files Coverage
2 16682.2 (NAME=tools) 06 Apr 2018 02:53AM UTC 0
33.17
Travis Job 16682.2
Source Files on build 16682
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16682
  • Pull Request #6501
  • PR Base - feature-hal-spec-sleep (#16497)
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