|
3597 | 3597 | "VBLUNO51_LEGACY": {
|
3598 | 3598 | "supported_form_factors": ["ARDUINO"],
|
3599 | 3599 | "inherits": ["MCU_NRF51_32K"],
|
| 3600 | + "detect_code": ["C006"], |
| 3601 | + "overrides": {"uart_hwfc": 0}, |
3600 | 3602 | "extra_labels_add": ["VBLUNO51"]
|
3601 | 3603 | },
|
3602 | 3604 | "VBLUNO51_BOOT": {
|
3603 | 3605 | "supported_form_factors": ["ARDUINO"],
|
3604 | 3606 | "inherits": ["MCU_NRF51_32K_BOOT"],
|
| 3607 | + "detect_code": ["C006"], |
| 3608 | + "overrides": {"uart_hwfc": 0}, |
3605 | 3609 | "extra_labels_add": ["VBLUNO51"],
|
3606 | 3610 | "macros_add": ["TARGET_VBLUNO51"]
|
3607 | 3611 | },
|
3608 | 3612 | "VBLUNO51_OTA": {
|
3609 | 3613 | "supported_form_factors": ["ARDUINO"],
|
3610 | 3614 | "inherits": ["MCU_NRF51_32K_OTA"],
|
| 3615 | + "detect_code": ["C006"], |
| 3616 | + "overrides": {"uart_hwfc": 0}, |
3611 | 3617 | "extra_labels_add": ["VBLUNO51"],
|
3612 | 3618 | "macros_add": ["TARGET_VBLUNO51"]
|
3613 | 3619 | },
|
3614 | 3620 | "VBLUNO51": {
|
3615 | 3621 | "supported_form_factors": ["ARDUINO"],
|
3616 | 3622 | "inherits": ["MCU_NRF51_32K_UNIFIED"],
|
| 3623 | + "detect_code": ["C006"], |
| 3624 | + "overrides": {"uart_hwfc": 0}, |
3617 | 3625 | "device_has": ["ANALOGIN", "I2C", "I2C_ASYNCH", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SERIAL_ASYNCH", "SERIAL_FC", "SLEEP", "SPI", "SPI_ASYNCH", "SPISLAVE"],
|
3618 | 3626 | "release_versions": ["2"],
|
3619 | 3627 | "device_name": "nRF51822_xxAC"
|
|
0 commit comments