chore: bump version to v0.2.0
This commit is contained in:
parent
63c45edba1
commit
21e77c65a9
5 changed files with 19 additions and 20 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -13,7 +13,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "algorithms"
|
name = "algorithms"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"assert_hex",
|
"assert_hex",
|
||||||
"criterion",
|
"criterion",
|
||||||
|
@ -408,7 +408,7 @@ checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nucleo-l053r8-benches"
|
name = "nucleo-l053r8-benches"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"algorithms",
|
"algorithms",
|
||||||
"cortex-m",
|
"cortex-m",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nucleo-l053r8-benches"
|
name = "nucleo-l053r8-benches"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "algorithms"
|
name = "algorithms"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
:which_ceedling: gem
|
:which_ceedling: gem
|
||||||
:ceedling_version: 1.0.1
|
:ceedling_version: 1.0.1
|
||||||
:use_mocks: FALSE
|
:use_mocks: FALSE
|
||||||
:use_backtrace: :gdb # options are :none, :simple, or :gdb
|
:use_backtrace: :gdb # options are :none, :simple, or :gdb
|
||||||
:use_decorators: :auto # decorate Ceedling's output text. options are :auto, :all, or :none
|
:use_decorators: :auto # decorate Ceedling's output text. options are :auto, :all, or :none
|
||||||
:build_root: build
|
:build_root: build
|
||||||
:test_file_prefix: test_
|
:test_file_prefix: test_
|
||||||
:default_tasks:
|
:default_tasks:
|
||||||
|
@ -12,6 +12,7 @@
|
||||||
:test_threads: 8
|
:test_threads: 8
|
||||||
:compile_threads: 8
|
:compile_threads: 8
|
||||||
:release_build: TRUE
|
:release_build: TRUE
|
||||||
|
:version: 0.2.0
|
||||||
:test_build:
|
:test_build:
|
||||||
:use_assembly: FALSE
|
:use_assembly: FALSE
|
||||||
:release_build:
|
:release_build:
|
||||||
|
@ -22,7 +23,7 @@
|
||||||
:load_paths: []
|
:load_paths: []
|
||||||
:enabled:
|
:enabled:
|
||||||
#- beep # beeps when finished, so you don't waste time waiting for ceedling
|
#- beep # beeps when finished, so you don't waste time waiting for ceedling
|
||||||
- module_generator # handy for quickly creating source, header, and test templates
|
- module_generator # handy for quickly creating source, header, and test templates
|
||||||
#- gcov # test coverage using gcov. Requires gcc, gcov, and a coverage analyzer like gcovr
|
#- gcov # test coverage using gcov. Requires gcc, gcov, and a coverage analyzer like gcovr
|
||||||
#- bullseye # test coverage using bullseye. Requires bullseye for your platform
|
#- bullseye # test coverage using bullseye. Requires bullseye for your platform
|
||||||
#- command_hooks # write custom actions to be called at different points during the build process
|
#- command_hooks # write custom actions to be called at different points during the build process
|
||||||
|
@ -41,10 +42,10 @@
|
||||||
# Specify which reports you'd like from the log factory
|
# Specify which reports you'd like from the log factory
|
||||||
:report_tests_log_factory:
|
:report_tests_log_factory:
|
||||||
:reports:
|
:reports:
|
||||||
- json
|
- json
|
||||||
- junit
|
- junit
|
||||||
- cppunit
|
- cppunit
|
||||||
- html
|
- html
|
||||||
# override the default extensions for your system and toolchain
|
# override the default extensions for your system and toolchain
|
||||||
:extension:
|
:extension:
|
||||||
#:header: .h
|
#:header: .h
|
||||||
|
@ -71,8 +72,8 @@
|
||||||
:test:
|
:test:
|
||||||
- TEST # Simple list option to add symbol 'TEST' to compilation of all files in all test executables
|
- TEST # Simple list option to add symbol 'TEST' to compilation of all files in all test executables
|
||||||
:release: []
|
:release: []
|
||||||
# Enable to inject name of a test as a unique compilation symbol into its respective executable build.
|
# Enable to inject name of a test as a unique compilation symbol into its respective executable build.
|
||||||
:use_test_definition: FALSE
|
:use_test_definition: FALSE
|
||||||
:flags:
|
:flags:
|
||||||
:release:
|
:release:
|
||||||
:compile:
|
:compile:
|
||||||
|
@ -81,7 +82,7 @@
|
||||||
- -g # debug info
|
- -g # debug info
|
||||||
# NOTE: This is essential! It tells the compiler which target architecture to compile for!!!
|
# NOTE: This is essential! It tells the compiler which target architecture to compile for!!!
|
||||||
# Currently, this is set by build.rs with the CC_FLAGS env var
|
# Currently, this is set by build.rs with the CC_FLAGS env var
|
||||||
# - -march=armv6-m
|
# - -march=armv6-m
|
||||||
:unity:
|
:unity:
|
||||||
:defines:
|
:defines:
|
||||||
- UNITY_EXCLUDE_FLOAT
|
- UNITY_EXCLUDE_FLOAT
|
||||||
|
@ -93,16 +94,16 @@
|
||||||
:test: []
|
:test: []
|
||||||
:release: []
|
:release: []
|
||||||
:tools:
|
:tools:
|
||||||
:release_compiler:
|
:release_compiler:
|
||||||
:executable: "#{ENV['CC']}"
|
:executable: "#{ENV['CC']}"
|
||||||
:arguments:
|
:arguments:
|
||||||
- "-c"
|
- "-c"
|
||||||
- "${1}"
|
- "${1}"
|
||||||
- "-o"
|
- "-o"
|
||||||
- "${2}"
|
- "${2}"
|
||||||
- "#{ENV['CC_FLAGS']}"
|
- "#{ENV['CC_FLAGS']}"
|
||||||
:optional: FALSE
|
:optional: FALSE
|
||||||
:release_linker:
|
:release_linker:
|
||||||
:executable: "#{ENV['AR']}"
|
:executable: "#{ENV['AR']}"
|
||||||
:arguments:
|
:arguments:
|
||||||
- "-rcs"
|
- "-rcs"
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
rsync --cvs-exclude --recursive --links --copy-links --filter=':- .gitignore' \
|
bash ./scripts/copy_to_svn.sh
|
||||||
--verbose --human-readable --partial --progress \
|
|
||||||
"$PWD" "/home/cscherr/Documents/SVN/nt/BA/trunk/Studium/Christoph_Scherr/system/Implementation/"
|
|
||||||
TARGET="thumbv6m-none-eabi"
|
TARGET="thumbv6m-none-eabi"
|
||||||
|
|
||||||
powershell.exe -Command "
|
powershell.exe -Command "
|
||||||
|
|
Loading…
Add table
Reference in a new issue