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

kammce / SJSU-Dev2
76%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-travis
DEFAULT BRANCH: master
Repo Added 24 Oct 2018 05:14AM UTC
Files 245
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

LAST BUILD ON BRANCH integrating-3p-units-and-chrono
branch: integrating-3p-units-and-chrono
CHANGE BRANCH
x
Reset
  • integrating-3p-units-and-chrono
  • 2.2
  • SpiFlashTest
  • adc-api
  • add-pixel-api
  • add-pulse-capt-tests
  • add-stm32f4
  • adding-all-the-test
  • adding-documentation
  • adding-linux-platform
  • alert-if-setup-changes
  • alert_if_file_moved
  • align-sjone-board-to-actual-hardware
  • allocators
  • api-buzzer
  • api-commandlines
  • api-documentation-fix
  • api-dwt-counter
  • api-example-hal
  • api-graphics
  • api-inactive
  • api-parallel-bus
  • api-system_timer
  • arm-cortex-dwt
  • asan-stacktrace
  • barebones
  • board-attempt
  • bring-utility-back-into-coverage
  • button-api
  • change-open-ocd-names
  • checkout-hyperload-sjtwo
  • chrono-for-all
  • clamp_setup_tools_extract_to_100
  • clean-up-extend-adc-test
  • cleanup-callbacks
  • cleanup-lpc40xx-gpio
  • code-documentation
  • combine-openocd-debug
  • commandline
  • const-correct
  • counter-doc
  • counter-interface
  • cpp2a-gcc9-migration
  • dac-api
  • decouple-graphics
  • default-sys-controller
  • design-doc
  • doxygen-blacklist
  • enum-name
  • etl-integration
  • example-l0-peripheral
  • example_l0_platform
  • exclude-3p-L5-doxygen
  • fix-coverage-paths
  • fix-font-warning-breaking-builds
  • fix-freertos-lpc17xx
  • fix-gcov-7-coveralls
  • fix-launch-openocd
  • fix-mac-osx-openocd-install
  • fix-mac-presubmit
  • fix-setup-tools
  • fix-spell-check
  • fix-spi-power-on-in-all-methods
  • fix-unwind-bootloader
  • fix-up-documentation-pr
  • fixed-mkdoc-counter-navigation
  • fixing-delay
  • fixing-instrumentation
  • fixing-semihosting-gdb-dashboard
  • fixing-spi-hard-fault
  • fixup-gpio-interrupts-example
  • fixup-virtualbox-instructions
  • gdb-dashboard
  • gdb-openocd-fix
  • generic-arm-resetisr
  • git-clang-format
  • gpio-api
  • gpio-counter-direction
  • gpio-hardware-counter2
  • halt
  • header-only
  • header-only2
  • hyperload-factory-test
  • i2c-api
  • i2c-block-use-if-constexpr
  • i2c-command-fix
  • i2c-to-init-list
  • i2c-vtable-reduction
  • improved-memory-usage
  • inactive-l1s
  • incrment-delay
  • init-returns-status
  • inject-system-controller
  • installation-update-windows-again
  • installing-drivers-documentation
  • interface-reduction
  • interrupt-api
  • issues-badge
  • jtag-flash
  • l1-interrupts
  • l2-example
  • libsjsudev2
  • main-result
  • makefile-add-test-help-menu
  • markdown-documentation
  • master
  • maybe_unused
  • migrate-isrs-to-std-function
  • migrate-temperature-to-units
  • migrate-tfmini-to-length-units
  • migrate-to-macports
  • migrate-to-mkdocs
  • migrate-to-std-function
  • move-hyperload
  • move-to-mkdocs
  • multi-platform
  • multi-platform-guide
  • multiplatform-template
  • namespace-sjsu
  • new-bitmasking
  • new-master-huymai2020
  • newlib-adding-putchar
  • nxpprog-commandline-upgrade
  • oled-hardware-validation
  • oled-refactor
  • omit-using-path
  • openocd-documentation
  • openocd-for-wsl
  • openocd-printf
  • optimize-default-syscontroller
  • optimize-size-ci
  • optimizing-clang-tidy
  • optional-unwind-tables
  • osx-clang-headers-problem-doc
  • parallel-bus
  • philsophy
  • pin-api
  • platform-specific-flash
  • port-lpc17xx
  • pull-up-api
  • pwm-api
  • pwm-cleanup-and-fix
  • pwm-simplify-channel
  • python3-macosx
  • quite-doc-script
  • readme
  • reduce-setup-dependencies
  • remove-doygen-whitelist
  • remove-function-ref-example
  • remove-log-crit
  • remove-onboard-leds
  • remove-trace-from-helloworld
  • remove-trace-helloworld
  • resolve-master-break
  • revert-248-example
  • runtime-stack-object-check
  • servo-fix
  • setup-fast-update-hyperload
  • setup-fetch-checkout-fail-on-prerequistes
  • spell-check
  • spi-api
  • split-utlities
  • ssp2
  • static-libraries
  • static-lut-to-constexpr-structure-optimization
  • std-size
  • stm32-conform
  • stm32f10x-demo-for-aliexpress-board
  • stm32f4x-add-l1-periph
  • swapping-temp-sensor-datasheet
  • switch-to-nxpprog
  • system-command-agnostic
  • system-header-moder-cpp
  • toolkit-no-redownload-for-setup
  • travis-only-linux-pushes
  • uart-api
  • uart-transition
  • update-leds
  • update-map-comments
  • update-readme
  • updating-documentation
  • upgrade-cpplint
  • upgrade-nxpprog
  • use-halt-everywhere
  • use-release-tools
  • user-coverage
  • v2.0
  • v2.0-beta
  • v2.2
  • vector-all-the-things
  • wait
  • watchdog-move-interface
  • without-tests

pending completion
3128

Pull #652

travis-ci

web-flow
Migrate to using 3P units library for everything

Move to using user defined literals for all uses of units like
frequency, distance, time, etc.

Commit also incorporates clean up of various parts of the code that
relate to time and frequency, such as areas that can be easily changed
to using Wait(/* ... */) vs doing the timeout and poll functionality
manually.

Removed timeouts from PLL locks. Need to add this back in a certain
number of loop iterations vs a specific amount of time elapsing.

Removed verify from jtag-flash as it seems to always fail.

Resolves #643
Pull Request #652: Migrate to using 3P units library for everything

115 of 115 new or added lines in 18 files covered. (100.0%)

2524 of 3337 relevant lines covered (75.64%)

14.63 hits per line

Relevant lines Covered
Build:
Build:
3337 RELEVANT LINES 2524 COVERED LINES
14.63 HITS PER LINE
Source Files on integrating-3p-units-and-chrono
  • List 0
  • Changed 42
  • Source Changed 42
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3128 integrating-3p-units-and-chrono Migrate to using 3P units library for everything Move to using user defined literals for all uses of units like frequency, distance, time, etc. Commit also incorporates clean up of various parts of the code that relate to time and frequency, suc... Pull #652 06 Aug 2019 04:52AM UTC web-flow travis-ci pending completion  
3127 integrating-3p-units-and-chrono Migrate to using 3P units library for everything Move to using user defined literals for all uses of units like frequency, distance, time, etc. Commit also incorporates clean up of various parts of the code that relate to time and frequency, suc... push 06 Aug 2019 04:52AM UTC kammce travis-ci pending completion  
3125 integrating-3p-units-and-chrono Migrate to using 3P units library for everything Move to using user defined literals for all uses of units like frequency, distance, time, etc. Commit also incorporates clean up of various parts of the code that relate to time and frequency, suc... push 06 Aug 2019 04:48AM UTC kammce travis-ci pending completion  
3119 integrating-3p-units-and-chrono Migrate to using 3P units library for everything Move to using user defined literals for all uses of units like frequency, distance, time, etc. Commit also incorporates clean up of various parts of the code that relate to time and frequency, suc... Pull #652 05 Aug 2019 05:04PM UTC web-flow travis-ci pending completion  
3120 integrating-3p-units-and-chrono Migrate to using 3P units library for everything Move to using user defined literals for all uses of units like frequency, distance, time, etc. Commit also incorporates clean up of various parts of the code that relate to time and frequency, suc... push 05 Aug 2019 05:04PM UTC kammce travis-ci pending completion  
3117 integrating-3p-units-and-chrono Migrate to using 3P units library for everything Move to using user defined literals for all uses of units like frequency, distance, time, etc. Resolves #643 push 05 Aug 2019 04:05PM UTC kammce travis-ci pending completion  
3118 integrating-3p-units-and-chrono Migrate to using 3P units library for everything Move to using user defined literals for all uses of units like frequency, distance, time, etc. Resolves #643 Pull #652 05 Aug 2019 04:05PM UTC web-flow travis-ci pending completion  
See All Builds (1406)
  • Repo on GitHub
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

© 2025 Coveralls, Inc