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

pybricks / pybricks-micropython / 16093270051
56%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2025 12:05AM UTC
Jobs 2
Files 123
Run time 1min
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

06 Jul 2025 12:03AM UTC coverage: 57.091%. Remained the same
16093270051

push

github

dlech
bricks/ev3: use .elf instead of uImage

Replace creating a uImage with using the .elf file directly for the EV3
firmware. This simplifies the build process and avoids the need for
u-boot-tools. U-Boot already knows how to load the .elf file, so we
can use it directly by using `bootelf` instead of `bootm` (this change
was made in the pybricks/v2.0.0 release of u-boot).

In order to keep the size of the .elf file small, we do not enable
`-ffunction-sections` and `-fdata-sections` for the EV3 firmware.
This avoids the large tables of section names that are generated by
these flags, which would otherwise increase the size of the .elf file
by nearly 200 kB. The .elf file is still a bit larger than the uImage
because of a bit more overhead, but only by less than 4kB.

3909 of 6847 relevant lines covered (57.09%)

20611979.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 PBIO - 16093270051.1 06 Jul 2025 12:07AM UTC 73
61.64
GitHub Action Run
2 virtualhub - 16093270051.2 06 Jul 2025 12:05AM UTC 94
50.35
GitHub Action Run
Source Files on build 16093270051
  • Tree
  • List 123
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #16093270051
  • 2c7a38e7 on github
  • Prev Build on master (#16092636381)
  • Next Build on master (#16102231149)
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