svd

Version, currently main branch1 version
  • main branchlatestNov 29, 2024

github.com/RX14/svd.cr

No description declared in shard.yml.

7 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  svd:
    github: RX14/svd.cr
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
>= 1.13.0
License
MIT
Author
Stephanie Wilde-Hobbs <git@stephanie.is>
Target
  • crystal-svd from src/main.cr
Executable
  • crystal-svd

Dependencies

This version declares no dependencies.

README

# SVD.cr

Generate crystal definitions from an SVD file

## Installation

```
$ shards build
```

## Usage


``` 
$ bin/crystal-svd example/rp2040.svd
```


## Development

Open an issue or email me before contributing anything significant.

## Contributing

1. Fork it (<https://github.com/RX14/main/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Contributors

- [Stephanie Wilde-Hobbs](https://github.com/RX14) - creator and maintainer