Skip to content

Commit

Permalink
Merge branch 'master' into mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed May 14, 2012
2 parents c0eb322 + 5cb053d commit 620a63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gdbserver/gdb-server.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ static const char* const memory_map_template_F4 =
" \"http://sourceware.org/gdb/gdb-memory-map.dtd\">"
"<memory-map>"
" <memory type=\"rom\" start=\"0x00000000\" length=\"0x100000\"/>" // code = sram, bootrom or flash; flash is bigger
" <memory type=\"ram\" start=\"0x20000000\" length=\"0x30000\"/>" // sram
" <memory type=\"ram\" start=\"0x10000000\" length=\"0x10000\"/>" // ccm ram
" <memory type=\"ram\" start=\"0x20000000\" length=\"0x20000\"/>" // sram
" <memory type=\"flash\" start=\"0x08000000\" length=\"0x10000\">" //Sectors 0..3
" <property name=\"blocksize\">0x4000</property>" //16kB
" </memory>"
Expand Down

0 comments on commit 620a63c

Please sign in to comment.