Skip to content

Commit 4bc22a2

Browse files
committed
test RP2350 ci
1 parent d9c4424 commit 4bc22a2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

bsp/raspberry-pico/RP2350/applications/main.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ int main() {
1818

1919
rt_pin_mode(LED_PIN, PIN_MODE_OUTPUT);
2020

21+
22+
rt_kprintf("Hello, RT-Thread!\n");
23+
2124
while (1)
2225
{
2326
rt_pin_write(LED_PIN, 1);

tools/ci/bsp_buildings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def build_bsp(bsp, scons_args='',name='default', pre_build_commands=None, post_b
124124
if returncode != 0:
125125
print(f"Post-build command failed: {command}")
126126
print(output)
127-
run_cmd('scons -c', output_info=False)
127+
run_cmd('scons -c', output_info=True)
128128

129129
return success
130130

0 commit comments

Comments
 (0)