Kamil Duljas

Results 15 comments of Kamil Duljas

@gardell , update cpufeatures to 0.2.5 in rustup was merged in [this commit](https://github.com/rust-lang/rustup/pull/3159) but it is not part of current rustup version (1.25.2) I have some workaround for Qemu users....

In relation to the comment: https://github.com/Open-CMSIS-Pack/devtools/issues/814#issuecomment-1491972090 forward reference is not supported and this restriction will be added to CMSIS documentation

Still the same. The solution is guaranting the ordering derivedFrom entry against to reference to type as I shown in https://github.com/Open-CMSIS-Pack/devtools/issues/814 For example: First declare USART1 and then use derivedFrom="USART1"....

Compile source only https://github.com/Open-CMSIS-Pack/devtools

It's binary for Windows: https://drive.google.com/drive/folders/1g4zcyAUWLmCwDw-jHGXfO2i8zeHHyhHo?usp=share_link

Hmm, You need read deeper CMSIS schema :p ``` PUPDR1 Port x configuration bits (y = 0..15) 2 2 ``` Above example works fine. Look also on USART. It uses...

``` ``` As above part of CMSIS schema I see that derivedFrom is attribute of field, not enumeratedValues

As I said above. Not found because enumerated value has not "derivedFrom" attribute in schema

Ah, ok. My mistake. Perhaps you should extend naming such as peripheral + register + field?