CubeCell-Arduino
CubeCell-Arduino copied to clipboard
option architectures inconsistant in library.properties files
in the library.properties file the option architectures is inconsistant sometimesit is ASR650x-Arduino sometime CubeCell this should be fixed for the next release
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