Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ (utils): Add utils functions to get low/high byte from uint16_t #322

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

ladislas
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Aug 30, 2021

Codecov Report

Merging #322 (7abe0bd) into develop (2450caa) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop      #322   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           48        49    +1     
  Lines          897       901    +4     
=========================================
+ Hits           897       901    +4     
Impacted Files Coverage Δ
libs/Utils/include/MemoryUtils.h 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2450caa...7abe0bd. Read the comment docs.

@ladislas ladislas force-pushed the ladislas/feature/get-low-high-byte branch from 710186a to 09442e2 Compare August 30, 2021 12:18
@ladislas ladislas force-pushed the ladislas/feature/get-low-high-byte branch from 09442e2 to 7abe0bd Compare August 30, 2021 15:21
@ladislas ladislas merged commit 96ecfe3 into develop Aug 30, 2021
@sonarcloud
Copy link

sonarcloud bot commented Aug 30, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@github-actions
Copy link

.map & .bin files analysis report

Versions

  • base: develop:2450caa with mbed-os-6.14.0
  • head: ladislas/feature/get-low-high-byte:7abe0bd with mbed-os-6.14.0

Summary

  • ✔️ - existing target
  • ✨ - new target
  • ⚰️ - deleted target
  • ✅ - files are the same
  • ❌ - files are different
Target Status .bin .map Static RAM (base/head) Static RAM Δ Total Flash (base/head) Total Flash Δ
LekaOS ✔️ 12736 / 12736 0 78276 / 78276 0
certs_emc_ble_bt_lcd_led_motors ✔️ 30496 / 30496 0 231332 / 231332 0
certs_emc_ble_led_motors ✔️ 25400 / 25400 0 183812 / 183812 0
certs_emc_bt_lcd_qspi_rfid_touch_wifi ✔️ 23152 / 23152 0 148656 / 148656 0
certs_emc_lcd_led_motors ✔️ 15880 / 15880 0 87080 / 87080 0
hardware_motors_test_reduction_and_wheels ✔️ 24808 / 24808 0 179900 / 179900 0
spike_lk_ble ✔️ 24112 / 24112 0 177404 / 177404 0
spike_lk_bluetooth ✔️ 12736 / 12736 0 81284 / 81284 0
spike_lk_cg_animations ✔️ 25728 / 25728 0 136676 / 136676 0
spike_lk_file_manager ✔️ 15176 / 15176 0 119120 / 119120 0
spike_lk_lcd ✔️ 25360 / 25360 0 133100 / 133100 0
spike_lk_led ✔️ 14656 / 14656 0 85636 / 85636 0
spike_lk_log_kit ✔️ 12928 / 12928 0 80580 / 80580 0
spike_lk_motors ✔️ 12816 / 12816 0 81412 / 81412 0
spike_lk_qspi ✔️ 12776 / 12776 0 84612 / 84612 0
spike_lk_rfid ✔️ 12736 / 12736 0 81028 / 81028 0
spike_lk_sensors_battery ✔️ 15392 / 15392 0 121628 / 121628 0
spike_lk_sensors_light ✔️ 12776 / 12776 0 80132 / 80132 0
spike_lk_sensors_microphone ✔️ 12776 / 12776 0 80324 / 80324 0
spike_lk_sensors_temperature_humidity ✔️ 12760 / 12760 0 86340 / 86340 0
spike_lk_sensors_touch ✔️ 12888 / 12888 0 88388 / 88388 0
spike_lk_wifi ✔️ 16096 / 16096 0 125424 / 125424 0
spike_mbed_blinky ✔️ 11120 / 11120 0 54680 / 54680 0
spike_mbed_watchdog_ticker_vs_thread ✔️ 12840 / 12840 0 78340 / 78340 0
spike_stl_cxxsupport ✔️ 12800 / 12800 0 79428 / 79428 0

Map files diff output

Click to show diff list

No differenes where found in map files.

@ladislas ladislas deleted the ladislas/feature/get-low-high-byte branch August 31, 2021 09:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants