[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[paparazzi-commits] [paparazzi/paparazzi] 888c92: [chibios] Added test_s
From: |
GitHub |
Subject: |
[paparazzi-commits] [paparazzi/paparazzi] 888c92: [chibios] Added test_serial and test_shell |
Date: |
Fri, 20 Feb 2015 09:43:14 -0800 |
Branch: refs/heads/rt_chibios
Home: https://github.com/paparazzi/paparazzi
Commit: 888c9243f1dc77ab2e6fd3339cc2b01b5e9063ad
https://github.com/paparazzi/paparazzi/commit/888c9243f1dc77ab2e6fd3339cc2b01b5e9063ad
Author: Michal Podhradsky <address@hidden>
Date: 2015-02-20 (Fri, 20 Feb 2015)
Changed paths:
M conf/Makefile.chibios
M conf/Makefile.chibios-libopencm3
M conf/airframes/examples/rt_chibios_test.xml
M conf/firmwares/test_chibios.makefile
M sw/airborne/arch/chibios/halconf.h
M sw/airborne/arch/chibios/mcu_periph/uart_arch.c
M sw/airborne/arch/chibios/mcu_periph/uart_arch.h
M sw/airborne/arch/stm32/mcu_arch.c
M sw/airborne/arch/stm32/mcu_periph/sys_time_arch.h
M sw/airborne/boards/lisa_mx/chibios/demo/mcuconf.h
M sw/airborne/mcu_periph/uart.c
M sw/airborne/mcu_periph/uart.h
A sw/airborne/test/chibios_test_shell.c
M sw/airborne/test/mcu_periph/chibios_test_gpio.c
A sw/airborne/test/mcu_periph/chibios_test_serial.c
M sw/airborne/test/mcu_periph/chibios_test_sys_time_timer.c
M sw/airborne/test/mcu_periph/chibios_test_sys_time_usleep.c
M sw/include/std.h
Log Message:
-----------
[chibios] Added test_serial and test_shell
- plus a minor cleanup again
- separate defines for CHIBIOS and CHIBIOS_LIBOPENCM3
closes #1115
Commit: 3f3b9376a11d47318b0dff923784f385b8e88287
https://github.com/paparazzi/paparazzi/commit/3f3b9376a11d47318b0dff923784f385b8e88287
Author: Michal Podhradsky <address@hidden>
Date: 2015-02-20 (Fri, 20 Feb 2015)
Changed paths:
M sw/airborne/arch/chibios/mcu_periph/uart_arch.c
M sw/airborne/arch/linux/mcu_periph/uart_arch.c
M sw/airborne/arch/lpc21/mcu_periph/uart_arch.c
M sw/airborne/arch/stm32/mcu_periph/uart_arch.c
M sw/airborne/mcu_periph/uart.c
Log Message:
-----------
[uart] Moved uatrt_getch() into mcu_arch.c for all architectures
Compare:
https://github.com/paparazzi/paparazzi/compare/ccd1daa9e70f...3f3b9376a11d
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [paparazzi-commits] [paparazzi/paparazzi] 888c92: [chibios] Added test_serial and test_shell,
GitHub <=