Page 1 of 1

SAM7 in new ChibiOS trunk

Posted: Mon Oct 06, 2014 3:06 pm
by FlorianS
Hi,
in our project i found some small problems with the MMC Driver in our current Version 2.3.4. It was not possible to use multiple Devices on the same SPI with the old driver becase there was a spiAcquireBus missing. I fixed the problem but now i don't know where to update the code in SVN. I could add it to the trunk_old but i don't know will it get lost there?

I also could add my fixes and some Driver we implemented (like UART, CAN,...) to the new trunk. But do i need to add the folder for AT91SAM7 in "trunk/os/hal/ports" then?

Regards,
Florian

Re: SAM7 in new ChibiOS trunk

Posted: Mon Oct 06, 2014 3:20 pm
by Giovanni
Hi,

trunk_old is closed, no more commits there. The alternative is to migrate to 3.0 or 2.6, new contributions are more easily included in 3.0 because 2.6 is "stable".

Giovanni