ryankurte / efm32-base

Base project for Silicon Labs EFM32 microcontrollers
89 stars 33 forks source link

Add EFM32TG11B support #24

Closed eflukx closed 4 years ago

eflukx commented 4 years ago

I'm using the new(er) EFM32 part from the EFM32TG11B series. First commit adds support, setting the correct core type (Cortex M0+) Also for this device class, JLink needs a different device designator (e.g. EFM32TG11BXXXF128 for a EFM32TG11B120F128GQ48 part). Included a variable to set JLink device separately: JLINK_DEVICE

As I'm building my firmware on Windows (WSL), for flashing using a JLink server. Added a JLINK_SERVER_IP variable for using a remote JLink server (in my case the native JLink server running on Windows).

ryankurte commented 4 years ago

hey thanks for the PR! looks generally good to me

eflukx commented 4 years ago

Hi @ryankurte, thanks for your feedback! I've updated the PR (hopefully) conforming to your comments.

ryankurte commented 4 years ago

lgtm, thanks!