Discussion Title | Created date |
---|---|
attiny10: skipping incompatible avrtiny10/libgcc.a avr-gcc is not able to link attiny10 project (using the autogenerated main() function): ------ Build started: Project: attiny10_gcc, Configuration: Debug AVR ------ Build started... |
Wednesday, 23 March 2011 - 12:39 |
simulator: breakpoint not hit on main() minor issue: normally, i set a breakpoint on the opening "{" of a function in order to break there. it does not work for the main() function. int main(void) {//main int i=0... |
Wednesday, 23 March 2011 - 12:31 |
SDK Is there an SDK available? I'd like to add GDB-support for simavr like this one for AVR Studio 4 https://www.avrfreaks.net/index.p... |
Monday, 14 March 2011 - 21:00 |
Imported Studio 4 Project, avrasm attiny10 fails imported AVR Studio 4 project - seemed OK. tried to debug with simulator and got this output: ------ Build started: Project: Polizei, Configuration: default AVR ------ Build... |
Thursday, 10 March 2011 - 20:10 |
TCC (tiny c compiler) for AVR Hi, in my effort to find a suitable compiler for AVR reduced core, I had a look at tcc http://bellard.org/tcc/ . I have created an "avr" target that emits pseudo-code (so I can... |
Friday, 21 January 2011 - 20:33 |
AVRStudio4 gdb-target plugin (for simavr) This is a plugin for gdb-targets for AVRStudio4. It works as follows: - AVRStudio4: open project (eg an ATTiny25 project) - AVRStudio4: Debug / Select Platform and Device :... |
Wednesday, 20 October 2010 - 19:03 |
AVRStudio4 plugin C# Hi, I have written a sample (COM) plugin for AVRStudio4 using VisualStudio 2008 Express. Will post the src here. ATMEL requires you to sign a license agreement in order to get the... |
Friday, 24 September 2010 - 19:23 |
lowcost attiny tpi flasher - usb Discussion thread for this project: https://www.avrfreaks.net/index.p... It's a driverless generic USB bitbanger customized for TPI flashing based on ATTiny25. Full src, HW and... |
Wednesday, 3 March 2010 - 22:25 |