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

*stm32:CMSIS:gpio, rcc - compatibiluty vs CMSIS library #58

Open alexrayne opened 7 years ago

alexrayne commented 7 years ago

this branch alllows use CMSIS support, and mix code with HAL includes.

    !!! HAL library MUST be included BEFORE unicore, to avoid conflicts
    !!! prefer use GPIOx_BASE for unicore routines parameters instead of GPIOx to avoid type conflicts

only USART, RCC, OTG, GPIO are checked now