Giter Club home page Giter Club logo

atsam-pac's People

Contributors

haata avatar john-terrell avatar

Stargazers

 avatar  avatar  avatar

Forkers

haata ed42078

atsam-pac's Issues

Add support for SAM4SP

SVD files can be found https://www.keil.com/dd2/pack/ under Microchip SAM4 Series Device Support and Examples.

  • Make sure svd2rust generates correctly
  • Add each target to top-level Cargo.toml
  • Ensure doc.rs link is valid for each target mcu
  • Publish to crates.io
  • Ensure README.md and Cargo.toml have the correct target mcu

Missing interrupts in atsam4s svd files

Found some more issues with the svd files. Seems like some interrupts are missing.

SUPC (Supply Controller) - 0
RSTC (Reset Controller) - 1
RTC (Real Time Clock) - 2
RTT (Real Time Timer) - 3
WDT (Watchdog Timer) - 4

      ...
   <peripheral>
      <name>EFC0</name>
      <version>6450M</version>
      <description>Embedded Flash Controller 0</description>
      <groupName>EFC</groupName>
      <prependToName>EFC0_</prependToName>
      <baseAddress>0x400E0A00</baseAddress>
      <addressBlock>
        <offset>0</offset>
        <size>0x200</size>
        <usage>registers</usage>
      </addressBlock>
      <interrupt>
        <name>EFC0</name>
        <value>6</value>
      </interrupt>
      <registers>
     ...

vs.

      ...
    <peripheral>
      <name>RTT</name>
      <version>6081J</version>
      <description>Real-time Timer</description>
      <groupName>SYSC</groupName>
      <prependToName>RTT_</prependToName>
      <baseAddress>0x400E1430</baseAddress>
      <addressBlock>
        <offset>0</offset>
        <size>0x200</size>
        <usage>registers</usage>
      </addressBlock>
      <registers>
      ...

Feature for critical-section missing

Since the merge of this commit the Peripheral::take() function requiered the critical-section crate and the critcal-section feature enabled. Currently this is not possible via this crate.

Why ATSAME70 PACs?

May I ask why you compete with atsams-rs in publishing PAC crates for ATSAME70 series? We have matching HAL implementations from all SAMS70, SAME70, SAMV70 & SAMV71 and we publish PACs quite regularly.

Wouldn't be better to join us in efforts to maintain them?

I'm unable to join the slack workspace using the link provided in the main page

Hi, I've ATSAM4L8 Xplained Pro board and I wanted to get started on embedded rust with this board. I've recently started working on embedded rust and I was wondering if I could get some help getting started. The slack workspace seemed like it would be a good start but I'm unable to join. Can you help me out here? Thanks!

Add support for SAM4L

SVD files can be found https://www.keil.com/dd2/pack/ under Microchip SAM4 Series Device Support and Examples.

  • Make sure svd2rust generates correctly
  • Add each target to top-level Cargo.toml
  • Ensure doc.rs link is valid for each target mcu
  • Publish to crates.io
  • Ensure README.md and Cargo.toml have the correct target mcu

Merge ATSAM4E and 4L PACs

ATSAM4E8C, ATSAM4E16C -> ATSAM4E_C
ATSAM4E8E, ATSAM4E16E -> ATSAM4E_E
ATSAM4LC* -> ATSAM4LC
ATSAM4LS* -> ATSAM4LS

Add support for SAM4N

SVD files can be found https://www.keil.com/dd2/pack/ under Microchip SAM4 Series Device Support and Examples.

  • Make sure svd2rust generates correctly
  • Add each target to top-level Cargo.toml
  • Ensure doc.rs link is valid for each target mcu
  • Publish to crates.io
  • Ensure README.md and Cargo.toml have the correct target mcu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.