drivers: lpc55s36: Remove deprecated CSS driver

CSS was deprecated from the mcu-sdk. Removing driver from lpc55s36
to clear build error.

This is a temporary patch to remove the build error.

Fixes #69961

Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
David Leach 2024-04-05 22:41:40 -05:00 committed by Anas Nashif
commit 00b46686b1
8 changed files with 1 additions and 94 deletions

View file

@ -77,8 +77,6 @@ already supported, which can also be re-used on this lpcxpresso55s36 board:
+-----------+------------+-------------------------------------+
| PWM | on-chip | pwm |
+-----------+------------+-------------------------------------+
| CSS | on-chip | entropy |
+-----------+------------+-------------------------------------+
| USB FS | on-chip | USB Full Speed device |
+-----------+------------+-------------------------------------+
| DAC | on-chip | dac |

View file

@ -20,8 +20,3 @@ supported:
- pwm
- dac
vendor: nxp
env: # Provisional hack to prevent tests being run in this board, as it fails in many test & samples
- LPCXPRESSO55S36_TWISTER_ENABLE
# Twister won't run tests in this board unless LPCXPRESSO55S36_TWISTER_ENABLE is set in the
# environment, which it normally won't.
# Once https://github.com/zephyrproject-rtos/zephyr/issues/69961 is fixed this should be removed