merge 2.x changes into master; touch up Makefile CFLAGS logic#320
Conversation
Add a hacked Tinket M0 Haxpress board definition Based on https://daveastels.com/2017/09/01/trinket-m0-express-hack/
…rmware. This saves a lot of RAM. Fixes adafruit#287. Also fixed compilation of frozen_mpy.c to use supplied make rule rather than builtin rule (supplied rule suppresses printing out the gcc command line).
|
rats - travis failure; CPX is overflowing flash with the internal frozen modules |
|
Ah, probably because its set up with the internal FS currently. |
|
Gemma and similar do fit, with plenty of space. Also I'll adjust things to disable the CPX frozen modules for now, except for neopixel. |
…PX; turn off -finline-limit
tannewt
left a comment
There was a problem hiding this comment.
Thanks for doing this merge Dan!
|
Looks like it needs a rebase. (Probably after your asf4 PR) |
|
I'm seeing "This branch has no conflicts with the base branch" in github, so what makes it look like rebase is needed? |
|
I did a regular merge instead of trying to rebase locally. I won't do that very often but I wanted to preserve the 2.x commits and I had applied all those after the asf4 pr. So not sure why it wasn't rebase-able but not worth spending too much time on. |
|
Ok, no worries! Thanks for doing that. |
There are multiple commits here because they reflect all the commits to 2.x that are now being added to master. I'd suggest not squashing these because they reflect the true history of the individual changes to 2.x.