CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

option architectures inconsistant in library.properties files

Open wasn-eu opened this issue 4 years ago • 1 comments

in the library.properties file the option architectures is inconsistant sometimesit is ASR650x-Arduino sometime CubeCell this should be fixed for the next release

wasn-eu avatar May 20 '20 07:05 wasn-eu

architecture=CubeCell is incorrect because CubeCell is not an MCU architecture but a product range.

architecture=ASR650x-Arduino is also incorrect. This is a valid name for the repository but is not the name of the MCU architecture. The architecture is ASR650x and the framework is Arduino. Using 'Arduino' in the architecture name is not only incorrect but is also a pleonasm. This is an Arduino core so it is all about Arduino (only). Adding '-Arduino' therefore makes no sense and is double.

The correct architecture is ASR650x, so architecture should be specified as:

architecture=ASR650x

lnlp avatar May 21 '20 08:05 lnlp