Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stm32duino/Arduino_Core_STM32
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f2fe8c3d5b1d2f4b51a676c39410b7b71d8f82b4
Choose a base ref
...
head repository: stm32duino/Arduino_Core_STM32
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3eb5b4b5949e6b3d8a2887c0717eddad5d30f65f
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 19, 2019

  1. [UART] Simplify code using get_serial_obj()

    Remove of 4 arrays which are no more needed.
    Add rx/tx_callback in the serial_t.
    
    Signed-off-by: Frederic.Pillon <[email protected]>
    fpistm committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    b00bd29 View commit details
    Browse the repository at this point in the history
  2. [UART] Reduce serial_t size

    baudrate, databits, stopbits and parity are used only
    during init.
    So, they are no reason to save them in the structure.
    This allow to save space.
    
    Signed-off-by: Frederic.Pillon <[email protected]>
    fpistm committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    3eb5b4b View commit details
    Browse the repository at this point in the history
Loading