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

pkg/emlearn: bump to 0.12 #16937

Merged
merged 1 commit into from Oct 2, 2021
Merged

Conversation

aabadie
Copy link
Contributor

@aabadie aabadie commented Oct 2, 2021

Contribution description

As the title says, this PR bumps the emlearn package to the latest 0.12 release. There are no fundamental changes in this release and the test application still works as before.

Testing procedure

  • A green CI
  • tests/pkg_emlearn works:
BUILD_IN_DOCKER=1 make -C tests/pkg_emlearn/ all test --no-print-directory 
Launching build container using image "riot/riotbuild:latest".
docker run --rm --tty --user $(id -u) -v '/usr/share/zoneinfo/Europe/Paris:/etc/localtime:ro' -v '/work/riot/RIOT:/data/riotbuild/riotbase:delegated' -e 'RIOTBASE=/data/riotbuild/riotbase' -e 'CCACHE_BASEDIR=/data/riotbuild/riotbase' -e 'BUILD_DIR=/data/riotbuild/riotbase/build' -e 'RIOTPROJECT=/data/riotbuild/riotbase' -e 'RIOTCPU=/data/riotbuild/riotbase/cpu' -e 'RIOTBOARD=/data/riotbuild/riotbase/boards' -e 'RIOTMAKE=/data/riotbuild/riotbase/makefiles'        -w '/data/riotbuild/riotbase/tests/pkg_emlearn/' 'riot/riotbuild:latest' make     all
Building application "tests_pkg_emlearn" for "native" with MCU "native".

"make" -C /data/riotbuild/riotbase/pkg/emlearn
"make" -C /data/riotbuild/riotbase/boards/native
"make" -C /data/riotbuild/riotbase/boards/native/drivers
"make" -C /data/riotbuild/riotbase/core
"make" -C /data/riotbuild/riotbase/cpu/native
"make" -C /data/riotbuild/riotbase/cpu/native/periph
"make" -C /data/riotbuild/riotbase/cpu/native/stdio_native
"make" -C /data/riotbuild/riotbase/drivers
"make" -C /data/riotbuild/riotbase/drivers/periph_common
"make" -C /data/riotbuild/riotbase/sys
"make" -C /data/riotbuild/riotbase/sys/auto_init
"make" -C /data/riotbuild/riotbase/sys/test_utils/interactive_sync
   text	   data	    bss	    dec	    hex	filename
  69151	    628	  47748	 117527	  1cb17	/data/riotbuild/riotbase/tests/pkg_emlearn/bin/native/tests_pkg_emlearn.elf
r
/work/riot/RIOT/tests/pkg_emlearn/bin/native/tests_pkg_emlearn.elf /dev/ttyACM0 
RIOT native interrupts/signals initialized.
LED_RED_OFF
LED_GREEN_ON
RIOT native board initialized.
RIOT native hardware initialization complete.

Help: Press s to start test, r to print it is ready
READY
s
START
main(): This is RIOT! (Version: 2022.01-devel-20-g17cbab-pr/pkg/emlearn_0.12)
Predicted digit: 6

Issues/PRs references

None

@aabadie aabadie added the CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR label Oct 2, 2021
@github-actions github-actions bot added the Area: pkg Area: External package ports label Oct 2, 2021
@aabadie aabadie merged commit 3e00720 into RIOT-OS:master Oct 2, 2021
@aabadie aabadie deleted the pr/pkg/emlearn_0.12 branch October 2, 2021 13:50
@fjmolinas fjmolinas added this to the Release 2022.01 milestone Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants