windows application OK, I viewed that video, and peeked into ones that follows. Seems pretty standard, reminiscent of e.g. C# and Windows Forms, or Java and SWT (in a decent IDE).
Just one...
Tuesday, 30 January 2018 - 23:21
windows application Paulvdh wrote:I guess the IDE / language is pretty usable, but who wants to learn Pascal?
I can't answer that question.
Had you asked "Do you know Pascal?" I could have...
Tuesday, 30 January 2018 - 20:07
windows application Fianawarrior wrote:did have a peep at Lazurus though, crap
Details?
Tuesday, 30 January 2018 - 13:36
windows application awneil wrote:Purely out of interest, could you say what you find "preferable" about this?
I did a wee bit of Python half a year ago, and took the recommendation from Cliff to try...
Documentation Yes, any links in any document, web page or such that points to www.atmel.com is now PERMANENTLY broken. From January 1st any and all info is on www.microchip.com. Unfortunately,...
Tuesday, 30 January 2018 - 04:21
windows application @Fianawarrior: I'm curious: Did you get any further on this? I'm interested in any experiences with environments I've not used..
Monday, 29 January 2018 - 21:48
Future of XMEGA serial_killer wrote:Regarding this topic, recently I was trying to compare and select between XMega MCUs from the Microchip selector page. https://www.microchip.com/ParamC......
Monday, 29 January 2018 - 21:30
pin (pb1) 200ohm to ground gechxx wrote:now I realize pin is not able to drive a led even
Didn't we speak about this a month ago or so? (Honest question, I can't recall.. But there was some thread...
Monday, 29 January 2018 - 12:17
Idea for compaction and pointer handling gchapman wrote:Paulvdh wrote: But C / C++ does not do garbage collection.
Python has garbage collection.
Yes. So what. Clearly, the question here was in the context of "C...
Sunday, 28 January 2018 - 01:50
Idea for compaction and pointer handling ThePageMan wrote:Not sure what you mean here. Are you saying there is no way to trace back up a pointer?
Adding to clawsons comment above, and using his example code snippet....
Sunday, 28 January 2018 - 01:18
Variable in custom section not linked Is the variable used (referenced) at all in the code? The KEEP in the linker script won't stop the optimizing phase of the compiler to optimize out an unused variable. Try adding...
OK, I viewed that video, and peeked into ones that follows. Seems pretty standard, reminiscent of e.g. C# and Windows Forms, or Java and SWT (in a decent IDE). Just one...
Paulvdh wrote:I guess the IDE / language is pretty usable, but who wants to learn Pascal? I can't answer that question. Had you asked "Do you know Pascal?" I could have...
Fianawarrior wrote:did have a peep at Lazurus though, crap Details?
awneil wrote:Purely out of interest, could you say what you find "preferable" about this? I did a wee bit of Python half a year ago, and took the recommendation from Cliff to try...
No. You need an external programmer to do the erase-in-one-quick-step.
Yes, any links in any document, web page or such that points to www.atmel.com is now PERMANENTLY broken. From January 1st any and all info is on www.microchip.com. Unfortunately,...
@Fianawarrior: I'm curious: Did you get any further on this? I'm interested in any experiences with environments I've not used..
serial_killer wrote:Regarding this topic, recently I was trying to compare and select between XMega MCUs from the Microchip selector page. https://www.microchip.com/ParamC......
gechxx wrote:now I realize pin is not able to drive a led even Didn't we speak about this a month ago or so? (Honest question, I can't recall.. But there was some thread...
gchapman wrote:Paulvdh wrote: But C / C++ does not do garbage collection. Python has garbage collection. Yes. So what. Clearly, the question here was in the context of "C...
ThePageMan wrote:Not sure what you mean here. Are you saying there is no way to trace back up a pointer? Adding to clawsons comment above, and using his example code snippet....
Is the variable used (referenced) at all in the code? The KEEP in the linker script won't stop the optimizing phase of the compiler to optimize out an unused variable. Try adding...
Pages