Cosa icon indicating copy to clipboard operation
Cosa copied to clipboard

An Object-Oriented Platform for Arduino/AVR

Results 31 Cosa issues
Sort by recently updated
recently updated
newest added

The Cosa RTT (Real-Time Timer) uses Timer 2 (or Timer 0) and match registers. The PWMpins for the Timer cannot be used when using RTT.

quality
ripple

The current OWI class implementation is bit-banging. The DS2482 allows a bridge from I2C to 1-Wire. It should be possible to use OWI device drivers with the different adapters.

enhancement
ripple
challenge
backlog

Sorry Mikael, the makefile BOARDS_TXT_AVAILABLE fix you cherry picked from last pull request certainly helps but I'm still not having much joy using Cosa out of the box with a...

The OWI (1-Wire) device driver support assumes single thread. Both TWI (I2C) and SPI have been updated with multi-thread support. The OWI needs the same type of update to work...

Release R1.1.1 does not work with latest Arduino IDE 1.6.7. The Arduino build fails due to pre-post build rules.

sandbox
backlog

Demonstrate how to build a simple fixed record (struct) database on SD/FAT16. 1. Log with timestamp and always write last. 2. Binary search on timestamp. 3. Numbered records. 4. Field...

enhancement

Please check out the patch here: https://gist.github.com/SinishaDjukic/45c10d1bfa873a746233 Basically, it adds some more dumps about successes and failures - quite useful with flaky boards/wiring.

quality
robustness