Minify option missing in Native IDE #5885
Replies: 1 comment
-
Posted at 2018-02-18 by @gfwilliams I'll take a look at this on Monday. Out of interest, what device are you using it with? Posted at 2018-02-19 by jonreid It was one of the MDBT42 that you supplied to me pre-programmed with v1.94.170. It is running on our own custom board. Posted at 2018-02-19 by @gfwilliams Great! I ask because I've been talking to Nordic and apparently there are some folks there that don't think Espruino is used in industry - it's nice to have a little ammunition when I next talk to them :) I've just boosted the amount of flash dedicated to saved code - there was no reason for it to be that small in nRF52, so if you use a new firmware from the travis builds you should find the amount of memory available for saving has gone from 12k to 40k. Hopefully newer firmwares will go a long way towards getting rid of 'MEMORY_BUSY' errors too. On the IDE front, I figured out the issue - there's some really weird scoping issue when loading the Posted at 2018-02-19 by jonreid Sounds great. I will give it a try tomorrow. Posted at 2018-02-19 by jonreid Minify back which is great ! If so I need to allow for that in my next PCB iteration. Posted at 2018-02-20 by @gfwilliams Yes, you can - plus D1 is a LED that indicates bootloader status. I'll document it all a bit better and will actually list them in an online shop soon. Unfortunately it's all got a bit delayed. Just ask if you have any other questions though. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-02-18 by jonreid
I am using the native IDE, as that is the only one I find I can connect successfully to the MDBT42 module with on Windows. However the minify options are not on the settings page - how do I get that option ?
I need to get the minify working as I am now getting ERROR: Too big to save to flash (13812 vs 12284 bytes) - although I do have 957 memory blocks still free
I also get New interpreter error: MEMORY_BUSY, not sure if that is an issue also ?
Beta Was this translation helpful? Give feedback.
All reactions