insane-adding-machines / unicore-mx

UniCore-MX | Universal Core for ARM Cortex-M0/0+/3/4/7/X
GNU General Public License v3.0
50 stars 8 forks source link

nrf/51: Fixed some uart issues. #28

Closed maksymko closed 7 years ago

maksymko commented 7 years ago
  1. Fixed synchronous transfer. Needed to clear the event before proceeding.
  2. Reduced the amount of code duplication between uart_send_buffer and uart_send_string, by moving some code to common macros.
brabo commented 7 years ago

@maksymko cool!