Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/gex/gex-f072/commit/c0a4de5da993f52b97ba8743df5f9d685e2debb9?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
4 deletions
Makefile
User
parsemap.php
@ -12,7 +12,6 @@
DISABLE_DEBUG := 0
DISABLE_MSC := 0
DISABLE_TEST_UNIT := 0
i n c l u d e U s e r / g e x . m k
GEX_PLAT = F072_DISCOVERY
@ -1 +1 @@
Subproject commit 913f431a54cbeb56bf7027b8e84974c89b084e79
Subproject commit c58787c95d84fe1291bc7ded90e5da6a09957207
@ -49,7 +49,7 @@ usort($sections, function($a,$b) {
});
echo "--- FLASH ---\n";
$limit = 4 0;
$limit = 5 0;
foreach($sections as $s) {
if ($s->type=='DATA')echo "\033[33m";else echo "\033[32m";
echo "{$s->type}\033[0m {$s->addr} \033[96m{$s->size}\033[0m\t".
@ -96,7 +96,7 @@ usort($sections, function($a,$b) {
});
echo "\n--- RAM ---\n";
$limit = 2 0;
$limit = 3 0;
foreach($sections as $s) {
if ($s->type=='DATA')echo "\033[33m";else echo "\033[32m";
echo "{$s->type}\033[0m {$s->addr} \033[96m{$s->size}\033[0m\t".