mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
35891f4559
* Add ADC example for STM32F411 * Update dependencies * Update RTIC version * example: f411-adc: prefer text over picture * example: f411-adc: nit: typo --------- Co-authored-by: Milton Eduardo Sosa <milton@Miltons-MacBook-Pro.local> Co-authored-by: Henrik Tjäder <henrik@tjaders.com>
6 lines
No EOL
136 B
Text
6 lines
No EOL
136 B
Text
MEMORY
|
|
{
|
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
|
FLASH : ORIGIN = 0x08000000, LENGTH = 512K
|
|
RAM : ORIGIN = 0x20000000, LENGTH = 96K
|
|
} |