Hi guys, I'm not about the modification. For 16f88_pwm_led.jal, sample generation can succeed because test file test_pwm_led.jal misses a "use ccp" section. Indeed for 16f88, ccp section defines which of RB0 or RB3 will carry CCP1. But 16f877_dwarf.jal board defines ccp section as something related to LCD backlight...
"use ccp" is declated in following test files; test_backlight.jal test_ir_ranger_gp2d02.jal test_pwm_led_highres.jal test_pwm_sound.jal ccp section is indeed declared for different usage: backlight pin vs. CCP1 routing. I suggest I remove "ccp section" (or leave it empty -- same as other board files), and move CCP1 routing definition closed to chipdef section (near pragmas, that would still make sense IMO). What do you think ? Cheers Seb On 16 November 2012 20:47, Sebastien Lelong <[email protected]>wrote: > Hi guys > I'll have a look to fix this. Probably keeping them at least for gp2d02 > Cheers > Seb > Le 16 nov. 2012 20:40, "Joep Suijs" <[email protected]> a écrit : > > Hi Rob, Seb, >> >> > By Seb or Joep >> > >> >> 16f88_pwm_led >> >> 18f27j53_sd_card_minix_read (const initialization) >> > >> >> There are two files that risk being outdated, since they are no longer >> generated. I'm not sure why they are no longer generated. The files >> are: >> 16f88_ir_ranger_gp2d02.jal >> 16f88_pwm_led.jal >> >> Seb, do you wish to look into this issue, or shal I remove these >> samples from the repository? >> If you want to retain them, I suggest you remove the 'section' comment >> to avoid the suggestion they are generated samples. >> >> Regards, >> Joep >> >> -- >> 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. >> >> -- Sébastien Lelong -- 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.
