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

Newsletter 15 #22

Closed
jamesmunns opened this issue Oct 28, 2018 · 11 comments
Closed

Newsletter 15 #22

jamesmunns opened this issue Oct 28, 2018 · 11 comments

Comments

@jamesmunns
Copy link
Member

No description provided.

@thejpster
Copy link
Contributor

Embedded Rust on Stable! Now that #[panic_handler] is stabilised in 1.30, you can write Cortex-M bare-metal applications with the stable compiler. All our Rust Embedded crates, such as cortex-m, cortex-m-rt and embedded-hal should be ready to use on stable, but please note our two tutorial books Discovery and The Embedded Rust Book still require 1.30 beta or 1.31 beta as they use 2018 edition syntax (which isn't stabilised until the 1.31 release).

If you are able to trial 1.31 beta, you can help us test:

  • Minimal const functions (useful for initialising static variables)
  • 2018 edition syntax (including changes to use and extern crate)

@jamesmunns
Copy link
Member Author

jamesmunns commented Oct 28, 2018

@thejpster would you want to add this to this week's newsletter?

@thejpster
Copy link
Contributor

Yes, I think so. Is this week's newsletter 15 or 14? I get confused :/

@jamesmunns
Copy link
Member Author

14 is written, but not yet published. 15 will be in 2 weeks or so.

jamesmunns pushed a commit that referenced this issue Oct 30, 2018
@thenewwazoo
Copy link

Now that embedded-hal v0.2.2 has arrived, I was able to publish a small handful of crates!

In HAL land, lpc177x_8x-hal got ADC support and stm32l0x1-hal got ADC, timer, plus RS485 support

The new lp55231 crates is a driver for TI's I2C-connected LED driver

And lastly, I published two BSP crates, nucleo-l011k4 and nucleo-l031k6

@adamgreig
Copy link
Member

I've released an experimental PAC alternative for STM32s: stm32ral. It's like the stm32f1/2/3 PACs, but supports all STM32 in one crate. Also it compiles in ~3s!

@korken89
Copy link

korken89 commented Dec 4, 2018

I would like to include some text to raise awareness for the debugonomicon, and that we would really appreciate some contributors, and reviews of the existing content.

@adamgreig
Copy link
Member

We've started the stm32-rs organisation to collate work on STM32 crates.

@hannobraun
Copy link
Member

We've started lpc-rs to work on crates related to LPC microcontrollers by NXP.

@japaric
Copy link
Member

japaric commented Dec 21, 2018

Real Time for The Masses v0.4 was released! Blog post

@jamesmunns
Copy link
Member Author

closed by #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants