Skip to content

Commit

Permalink
STM Nucleo-F103RB board: update flash size to 128 kBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Feb 20, 2024
1 parent 2f44baf commit 3667ae7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openemc-firmware/src/boards/stm_nucleo_f103rb.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
//! STM Nucleo-F103RB evaluation board.
//
// OPENEMC-BOARD-VERSION: 1
// OPENEMC-FLASH-SIZE: 65536
// OPENEMC-FLASH-SIZE: 131072
// OPENEMC-RAM-SIZE: 20480
//

use core::mem;
use cortex_m::peripheral::SCB;
use heapless::Vec;
use stm32f1::stm32f103::Peripherals;
Expand Down

0 comments on commit 3667ae7

Please sign in to comment.