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

mendersoftware / mender-mcu
57%
main: 61%

Build:
Build:
LAST BUILD BRANCH: pr_209
DEFAULT BRANCH: main
Repo Added 22 Oct 2024 05:48PM UTC
Files 26
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 pr_213
branch: pr_213
CHANGE BRANCH
x
Reset
  • pr_213
  • HEAD
  • main
  • pr_100
  • pr_101
  • pr_102
  • pr_103
  • pr_104
  • pr_105
  • pr_106
  • pr_107
  • pr_108
  • pr_109
  • pr_110
  • pr_111
  • pr_112
  • pr_113
  • pr_114
  • pr_115
  • pr_117
  • pr_118
  • pr_119
  • pr_120
  • pr_121
  • pr_122
  • pr_123
  • pr_124
  • pr_125
  • pr_126
  • pr_127
  • pr_128
  • pr_129
  • pr_130
  • pr_131
  • pr_134
  • pr_136
  • pr_137
  • pr_138
  • pr_139
  • pr_140
  • pr_141
  • pr_142
  • pr_143
  • pr_144
  • pr_145
  • pr_146
  • pr_147
  • pr_148
  • pr_149
  • pr_150
  • pr_152
  • pr_153
  • pr_154
  • pr_155
  • pr_156
  • pr_157
  • pr_158
  • pr_159
  • pr_160
  • pr_161
  • pr_162
  • pr_163
  • pr_164
  • pr_165
  • pr_166
  • pr_167
  • pr_168
  • pr_169
  • pr_170
  • pr_172
  • pr_173
  • pr_175
  • pr_176
  • pr_177
  • pr_178
  • pr_179
  • pr_180
  • pr_181
  • pr_182
  • pr_183
  • pr_184
  • pr_185
  • pr_186
  • pr_187
  • pr_188
  • pr_189
  • pr_190
  • pr_191
  • pr_192
  • pr_193
  • pr_194
  • pr_195
  • pr_196
  • pr_197
  • pr_198
  • pr_199
  • pr_200
  • pr_201
  • pr_205
  • pr_206
  • pr_207
  • pr_209
  • pr_210
  • pr_212
  • pr_214
  • pr_215
  • pr_216
  • pr_62
  • pr_65
  • pr_93
  • pr_97
  • pr_98
  • pr_99
  • test-coverage

26 Aug 2025 07:14AM UTC coverage: 57.289%. Remained the same
2003557205

push

gitlab-ci

danielskinstad
feat: support Zephyr 4.2.0

* replace deprecated swap mode option
From https://docs.zephyrproject.org/latest/releases/migration-guide-4.1.html:
```
The Kconfig ``SB_CONFIG_MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH`` has been deprecated and replaced
with ``SB_CONFIG_MCUBOOT_MODE_SWAP_USING_MOVE``, applications should be updated to select this
new symbol if they were selecting the old symbol.
```

Note that this will still allow us to build with older versions, as the
MCUboot options set in mender-mcu's Kconfig are merely there for verbosity

* return int in response callbacks
This is needed in order to use Zephyr 4.2.0

From https://docs.zephyrproject.org/latest/releases/migration-guide-4.2.html:
```
The http_response_cb_t HTTP client response callback signature has changed.
The callback function now returns int instead of void. This allows the
application to abort the HTTP connection. Existing applications need to
update their response callback implementations. To retain current behavior,
simply return 0 from the callback.
```

In order to not break backwards compatibility we use Zephyr's `ZEPHYR_VERSION`
and `ZEPHYR_VERSION_CODE` to define macros that return void on versions
below 4.2.0 and int on newer versions.

Ticket: MEN-8638
Changelog: Title

Signed-off-by: Daniel Skinstad Drabitzius <daniel.drabitzius@northern.tech>

2 of 2 new or added lines in 1 file covered. (100.0%)

42 existing lines in 1 file now uncovered.

2303 of 4020 relevant lines covered (57.29%)

71.22 hits per line

Relevant lines Covered
Build:
Build:
4020 RELEVANT LINES 2303 COVERED LINES
71.22 HITS PER LINE
Source Files on pr_213
  • Tree
  • List 26
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
2003557205 pr_213 feat: support Zephyr 4.2.0 * replace deprecated swap mode option From https://docs.zephyrproject.org/latest/releases/migration-guide-4.1.html: ``` The Kconfig ``SB_CONFIG_MCUBOOT_MODE_SWAP_WITHOUT_SCRATCH`` has been deprecated and replaced with `... push 26 Aug 2025 08:02AM UTC danielskinstad gitlab-ci
57.29
1991553009 pr_213 chore: return int in response callbacks This is needed in order to use Zephyr 4.2.0 From https://docs.zephyrproject.org/latest/releases/migration-guide-4.2.html: ``` The http_response_cb_t HTTP client response callback signature has changed. The... push 19 Aug 2025 01:23PM UTC danielskinstad gitlab-ci
57.29
See All Builds (463)
  • 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