mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cf74b26c55
Add deprecate note in the mips cpu. Add warning in make when any mips based board is being used (6lowpan-clicker, pic32-wifire).
11 lines
424 B
Plaintext
11 lines
424 B
Plaintext
/**
|
|
* @defgroup cpu_mips_pic32_common Microchip MIPS common
|
|
* @ingroup cpu
|
|
* @brief Microchip MIPS common
|
|
* @deprecated Will not be available after the 2022.07 release. This includes
|
|
all MIPS based boards and cpus.
|
|
*
|
|
* This module contains all common code and definition to all Microchip MIPS
|
|
* cpu families supported by RIOT: @ref cpu_mips_pic32mx, @ref cpu_mips_pic32mz.
|
|
*/
|