|
3335 | 3335 | "VBLUNO51_LEGACY": {
|
3336 | 3336 | "supported_form_factors": ["ARDUINO"],
|
3337 | 3337 | "inherits": ["MCU_NRF51_32K"],
|
| 3338 | + "detect_code": ["C006"], |
| 3339 | + "overrides": {"uart_hwfc": 0}, |
3338 | 3340 | "extra_labels_add": ["VBLUNO51"]
|
3339 | 3341 | },
|
3340 | 3342 | "VBLUNO51_BOOT": {
|
3341 | 3343 | "supported_form_factors": ["ARDUINO"],
|
3342 | 3344 | "inherits": ["MCU_NRF51_32K_BOOT"],
|
| 3345 | + "detect_code": ["C006"], |
| 3346 | + "overrides": {"uart_hwfc": 0}, |
3343 | 3347 | "extra_labels_add": ["VBLUNO51"],
|
3344 | 3348 | "macros_add": ["TARGET_VBLUNO51"]
|
3345 | 3349 | },
|
3346 | 3350 | "VBLUNO51_OTA": {
|
3347 | 3351 | "supported_form_factors": ["ARDUINO"],
|
3348 | 3352 | "inherits": ["MCU_NRF51_32K_OTA"],
|
| 3353 | + "detect_code": ["C006"], |
| 3354 | + "overrides": {"uart_hwfc": 0}, |
3349 | 3355 | "extra_labels_add": ["VBLUNO51"],
|
3350 | 3356 | "macros_add": ["TARGET_VBLUNO51"]
|
3351 | 3357 | },
|
3352 | 3358 | "VBLUNO51": {
|
3353 | 3359 | "supported_form_factors": ["ARDUINO"],
|
3354 | 3360 | "inherits": ["MCU_NRF51_32K_UNIFIED"],
|
| 3361 | + "detect_code": ["C006"], |
| 3362 | + "overrides": {"uart_hwfc": 0}, |
3355 | 3363 | "device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
|
3356 | 3364 | "release_versions": ["2"],
|
3357 | 3365 | "device_name": "nRF51822_xxAC"
|
|
0 commit comments