Hi Albert, Welcome to the bleeding edge :) It's nice to see an other target! Was it difficult to port?
I saw you created TRISD get/put functions. Did you need them? They show another dimension on porting vs compatibility: TRISD is 32bit on this target, while it is 8 bits on 16/18F chips. I expect more 8/32 bit related issues when we proceed and they will show up when I thighten type-checking. I see the compiler does not accept argc/argv. I'll add an option to the translator to create those. Joep 2010/5/17 mattschinkel <[email protected]>: > I can't wait to try these! pic32mx360f512l - 80mhz, 32kb ram, 512kb > prog memory > > What C compiler supports it? Only the one by microchip? Is it free? I > guess I can get ASM and use microchip ASM compiler? > > Can Rob's script generate device files for all PIC32? > > Matt. > > On May 16, 7:59 pm, [email protected] wrote: >> Revision: 2047 >> Author: [email protected] >> Date: Sun May 16 16:58:12 2010 >> Log: added JAT PIC32 >> samplehttp://code.google.com/p/jallib/source/detail?r=2047 >> >> Added: >> /trunk/jat/targets/pic32 >> /trunk/jat/targets/pic32/_setenv.sh >> /trunk/jat/targets/pic32/blink_led.jal >> /trunk/jat/targets/pic32/cp0defs.h >> /trunk/jat/targets/pic32/crt0.S >> /trunk/jat/targets/pic32/elf32pic32mx.x >> /trunk/jat/targets/pic32/make.sh >> /trunk/jat/targets/pic32/pic32mx360f512l.jal >> /trunk/jat/targets/pic32/procdefs.ld >> >> -- >> You received this message because you are subscribed to the Google Groups >> "jallib" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group >> athttp://groups.google.com/group/jallib?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > > -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
