Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rf4463-lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephen D
rf4463-lib
Commits
feb4ce69
Commit
feb4ce69
authored
1 year ago
by
Stephen D
Browse files
Options
Downloads
Patches
Plain Diff
ready for publishing
parent
e82e919b
Branches
master
No related tags found
No related merge requests found
Pipeline
#3035
passed
1 year ago
Stage: lint
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
Cargo.toml
+6
-0
6 additions, 0 deletions
Cargo.toml
with
20 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
14
−
0
View file @
feb4ce69
image
:
"
rust:latest"
stages
:
-
lint
before_script
:
-
rustup component add rustfmt
-
rustup component add clippy
lint
:
stage
:
lint
script
:
-
cargo fmt -- --check
-
cargo clippy --all-features -- -D warnings
This diff is collapsed.
Click to expand it.
Cargo.toml
+
6
−
0
View file @
feb4ce69
...
...
@@ -2,6 +2,12 @@
name
=
"rf4463"
version
=
"0.1.0"
edition
=
"2021"
authors
=
[
"Stephen D <webmaster@scd31.com>"
]
description
=
"A simple, no-std library for interfacing with the SI4463 transceiver IC"
repository
=
"https://gitlab.scd31.com/stephen/rf4463-lib/"
license
=
"MIT"
keywords
=
[
"transceiver"
,
"radio"
,
"communication"
]
categories
=
[
"no-std::no-alloc"
,
"no-std"
,
"embedded"
,
"hardware-support"
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment