Skip to content

Commit

Permalink
Merge remote-tracking branch 'AP_Origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
lashVN committed Jul 5, 2024
2 parents 14d689a + 9090420 commit 70c0c87
Show file tree
Hide file tree
Showing 31 changed files with 5,936 additions and 5,589 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,7 @@ jobs:
echo $PATH
./waf configure --board ${{matrix.config}}
./waf
./waf configure --board ${{matrix.config}} --debug
./waf
ccache -s
ccache -z
2 changes: 1 addition & 1 deletion Tools/AP_Bootloader/support.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ bool update_otg2_serial_forward()
chnWriteTimeout(&SDU2, data, n, TIME_IMMEDIATE);
}

return (AP_HAL::millis() > otg2_serial_deadline_ms);
return (AP_HAL::millis() < otg2_serial_deadline_ms);
}
#endif

Expand Down
4 changes: 2 additions & 2 deletions Tools/ardupilotwaf/boards.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,15 @@ def configure_env(self, cfg, env):

if cfg.env.DEBUG:
env.CFLAGS += [
'-g',
'-g3',
'-O0',
]
env.DEFINES.update(
HAL_DEBUG_BUILD = 1,
)
elif cfg.options.debug_symbols:
env.CFLAGS += [
'-g',
'-g3',
]
if cfg.env.COVERAGE:
env.CFLAGS += [
Expand Down
Binary file modified Tools/bootloaders/CubeOrangePlus-bdshot_bl.bin
Binary file not shown.
4,899 changes: 2,506 additions & 2,393 deletions Tools/bootloaders/CubeOrangePlus-bdshot_bl.hex

Large diffs are not rendered by default.

Binary file modified Tools/bootloaders/CubeOrangePlus_bl.bin
Binary file not shown.
Binary file modified Tools/bootloaders/CubeOrangePlus_bl.elf
Binary file not shown.
4,614 changes: 2,351 additions & 2,263 deletions Tools/bootloaders/CubeOrangePlus_bl.hex

Large diffs are not rendered by default.

Binary file modified Tools/bootloaders/CubeRedPrimary-PPPGW_bl.bin
Binary file not shown.
Binary file modified Tools/bootloaders/CubeRedPrimary_bl.bin
Binary file not shown.
Loading

0 comments on commit 70c0c87

Please sign in to comment.