Changes between Version 6 and Version 7 of TBR/BSP/STM32F105


Ignore:
Timestamp:
08/17/14 21:29:07 (10 years ago)
Author:
Jmfriedt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TBR/BSP/STM32F105

    v6 v7  
    3333the github cite and add both UART1 and UART3 by including
    3434
    35 <source lang="C">
    3635    DeviceState *uart1 = DEVICE(object_resolve_path("/machine/stm32/uart[1]", NULL));
    3736    DeviceState *uart3 = DEVICE(object_resolve_path("/machine/stm32/uart[3]", NULL));
     
    4039    stm32_uart_connect((Stm32Uart *)uart1,serial_hds[0],STM32_USART1_NO_REMAP);
    4140    stm32_uart_connect((Stm32Uart *)uart3,serial_hds[2],STM32_USART3_NO_REMAP);
    42 </source>
    4341
    4442having compiled Qemu with these updates, and RTEMS for the STM32F105 BSP, the example is loaded using