Skip to content
Snippets Groups Projects
Commit ab58fd68 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

Renamed folders cortexM0_stm32 and cortexM3_stm32 to cortexM0_stm32f0 and cortexM3_stm32f1

parent d92b52e1
No related branches found
No related tags found
2 merge requests!39Draft: Compute unit v2,!5Add support for stm32f7 microcontrollers with external ram and SD card
Showing
with 2 additions and 2 deletions
...@@ -76,7 +76,7 @@ interrupts @ 0x6800000, or Miosix will fail at the first interrupt. ...@@ -76,7 +76,7 @@ interrupts @ 0x6800000, or Miosix will fail at the first interrupt.
Then run openocd in a shell: Then run openocd in a shell:
sudo openocd -f miosix/arch/cortexM3_stm32/stm32f103ze_stm3210e-eval/stm32f10x_eval.cfg sudo openocd -f miosix/arch/cortexM3_stm32f1/stm32f103ze_stm3210e-eval/stm32f10x_eval.cfg
and in another shell type: and in another shell type:
......
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
telnet_port 4444 telnet_port 4444
gdb_port 3333 gdb_port 3333
source [find arch/cortexM0_stm32/stm32f072rb_stm32f0discovery/stm32f0discovery.cfg] source [find arch/cortexM0_stm32f0/stm32f072rb_stm32f0discovery/stm32f0discovery.cfg]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment