Skip to content

Commit 0bb62f5

Browse files
arch/cortex-m: Added comment for feature
Signed-off-by: Ioan-Cristian CÎRSTEA <ioan.cirstea@oxidos.io>
1 parent bbfb834 commit 0bb62f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/cortex-m/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
//! Generic support for all Cortex-M platforms.
66
77
#![no_std]
8+
// This feature is almost stable. There is an ongoing discussion on whether the
9+
// method should accept non power of two values. Tock is not concerned by this
10+
// discussion. It also produces better code than the manual check.
811
#![feature(pointer_is_aligned_to)]
912

1013
use core::fmt::Write;

0 commit comments

Comments
 (0)