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

pybricks / pybricks-micropython / 16093270051 / 2
51%
master: 51%

Build:
DEFAULT BRANCH: master
Ran 06 Jul 2025 12:07AM UTC
Files 94
Run time 2s
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: 50.347%. Remained the same
16093270051.2

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.

2610 of 5184 relevant lines covered (50.35%)

1309043.44 hits per line

Source Files on job virtualhub - 16093270051.2
  • Tree
  • List 94
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 16093270051
  • 2c7a38e7 on github
  • Prev Job for on master (#16092636381.1)
  • Next Job for on master (#16102231149.1)
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