Skip to content

Commit 485ad59

Browse files
authored
Merge pull request #26 from hashmismatch/beta_0.3.0
Downgrade the requirements to beta Rust
2 parents 84ff57e + 0c7d896 commit 485ad59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# freertos.rs
22

3-
A Rust wrapper for [FreeRTOS](http://www.freertos.org/). Nightly Rust is required.
3+
A Rust wrapper for [FreeRTOS](http://www.freertos.org/). Beta Rust is required - soon to be stable.
44

55
The main entry point for your embedded executable should be provided by your platform's preffered compiler toolchain. For example, for STM microcontrollers, a project generated using STM32CubeMX and compiled using GCC could be used as a starting point. Additional shims between C and Rust provide access to drivers, hardware and FreeRTOS.
66

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! # FreeRTOS for Rust
22
//!
3-
//! Rust interface for the FreeRTOS embedded operating system. Requires nightly Rust.
3+
//! Rust interface for the FreeRTOS embedded operating system. Requires beta Rust.
44
//! It is assumed that dynamic memory allocation is provided on the target system.
55
//!
66
//! This library interfaces with FreeRTOS using a C shim library which provides function

0 commit comments

Comments
 (0)