Results 42 comments of MooZ

Weird... Does it have a 5V/3.3V switch? If so, make sure it's on 3.3V.

SPSR, SPCR are AVR registers.. They doesn't seem to be used. You may remove m_SPSR and m_SPCR. I also realized that the SPI interface has changed...

Ok. I'll try to finish it for tomorrow

Done! Well more or less (not happy with the API and comments are missing). You can find an example in examples/sectorProtection/sectorProtection.pde Anyway here's a short example. ```c++ DataFlash::SectorProtectionStatus protection; uint8_t...

Keep in mind that the asm source should work with - pceas - [wla-dx](https://github.com/vhelin/wla-dx/blob/master/README) - [cc65](http://www.cc65.org/doc/ca65-12.html)

I think I'll drop wla-dx support for the time being. Back on the guidelines : Labels are in [snake case](https://en.wikipedia.org/wiki/Snake_case). Macro/routines should be named : **target**_**action**. Where **target** is the...

Natural Docs looks cools. It can do both asm and C. I'll try it asap. Anyway, let's not forgot to add a nifty header to the source files! C version:...

I think I'll stick with Natural Docs. http://blockos.org/docs/HuDK/files/word-inc.html