Re: [riot-devel] cpuid for atmega2560

2015-12-10 Thread Hauke Petersen
Hej Dinh, in this case I would just not implement the CPUID interface for that cpu. The idea of the interface is to abstract mcu peripherals - so if a peripheral does not exist, we should not try to emulate it on this level. So let higher levels (e.g. UUID generation) worry about this...

Re: [riot-devel] cpuid for atmega2560

2015-12-10 Thread Nguyễn Quốc Đính
Hi Hauke, Thanks for the suggestion, makes clear declaration about the problem. Lets the upper layer generate uuid when needed. Bests, Dinh 2015-12-10 19:22 GMT+07:00 Hauke Petersen : > Hej Dinh, > > in this case I would just not implement the CPUID interface for