-
If component parts contains different component elements (such as relay coil in one part and contacts in other) annotation can change part numbers and replace coil part with contacts part. Annotation should not change parts in heterogeneous components, other words if part created with "Edit pins part per part" turned on.
2009-10-07 21:28:54 UTC in Kicad EDA
-
Fixed in rev. 220.
2009-09-01 08:07:14 UTC in scmRTOS
-
sb-sf committed revision 220 to the scmRTOS SVN repository, changing 2 files.
2009-09-01 08:05:13 UTC in scmRTOS
-
Flag or message missed if waiting process timeouted, but new event signaled before timeouted process gets control.
Example:
OS::TEventFlag ef;
/---------------------------------------------------------------------------
OS_PROCESS void TProc1::Exec()
{
for(;;)
{
Sleep(5);
ef.Signal();
}
}...
2009-09-01 07:47:59 UTC in scmRTOS
-
try msp430-objdump -h file.elf. It will print all sections addresses and sizes.
uint8_t Buf[200]; goes into .bss section.
2009-05-15 07:22:44 UTC in GCC toolchain for MSP430
-
sb-sf committed revision 215 to the scmRTOS SVN repository, changing 1 files.
2009-05-06 16:55:39 UTC in scmRTOS
-
sb-sf committed revision 214 to the scmRTOS SVN repository, changing 13 files.
2009-05-06 16:44:36 UTC in scmRTOS
-
sb-sf committed patchset 385 of module msp430-libc to the GCC toolchain for MSP430 CVS repository, changing 6 files.
2009-04-03 05:25:33 UTC in GCC toolchain for MSP430
-
sb-sf committed patchset 384 of module msp430-libc to the GCC toolchain for MSP430 CVS repository, changing 6 files.
2009-04-03 05:25:03 UTC in GCC toolchain for MSP430
-
sb-sf committed revision 375 of branch msp430-libc-standard to the GCC toolchain for MSP430 Bazaar repository, changing 6 files.
2009-04-03 03:25:33 UTC in GCC toolchain for MSP430