Hi Rob, I've missed something... In 16f722.jal, JANSEL_ANSx bits aren't contigous anymore !
JANSEL_ANS0 JANSEL_ANS1 JANSEL_ANS2 JANSEL_ANS3 JANSEL_ANS4 JANSEL_ANS8 JANSEL_ANS9 JANSEL_ANS10 JANSEL_ANS11 JANSEL_ANS12 JANSEL_ANS13 The idea behind JANSEL_ANSx is to normalize these numbers and hide complexity for ADC libs (in general, not for these PICs). Specifically, there exception handling for these PICs: 16F722, 16F723, 16F724, 16F726, 16F727 + LF versions. So I'll update the extra normalization step, but can you confirm there aren't such change in other PICs ? (for which ANSx bits aren't contigous anymore) Cheers, Seb 2010/3/25 Rob Hamerling <[email protected]> > > Hi Seb, > > On 03/25/10 02:05 am, [email protected] wrote: > ys, > >> >> This is buildbot speaking. I have finished a build of jallib-standard on >> jallib. >> Buildslave for this Build: sebbot >> >> Build Reason: >> Build Source Stamp: HEAD >> Blamelist: jsuijs,robhamerling >> >> BUILD FAILED: failed unittest >> Logs are attached. >> > > I've checked the (unit-test) log and it seems the ADC libs need an update > due to the recent changes in the device files. As far as I can see the > JANSEL_ANS declarations in the latest device files are OK, in accordance > with the datasheet. > > Regards, Rob > > > -- > Rob Hamerling, Vianen, NL (http://www.robh.nl/) > > -- > 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]<jallib%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/jallib?hl=en. > > -- Sébastien Lelong http://www.sirloon.net http://sirbot.org -- 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.
