mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
nrf52: enable and fix build for SPI BITORDER
This commit is contained in:
parent
5d4463121f
commit
ebe596bcd1
2 changed files with 2 additions and 0 deletions
|
|
@ -211,6 +211,7 @@ config ARCH_CHIP_NRF52
|
|||
select ARCH_HAVE_TICKLESS
|
||||
#select ARCH_HAVE_MPU
|
||||
#select ARM_HAVE_MPU_UNIFIED
|
||||
select ARCH_HAVE_SPI_BITORDER
|
||||
select ARCH_HAVE_FPU
|
||||
select ARCH_HAVE_PWM_MULTICHAN
|
||||
select ARCH_HAVE_SERIAL_TERMIOS
|
||||
|
|
|
|||
|
|
@ -920,6 +920,7 @@ static int nrf52_spi_hwfeatures(FAR struct spi_dev_s *dev,
|
|||
FAR struct nrf52_spidev_s *priv = (FAR struct nrf52_spidev_s *)dev;
|
||||
uint32_t setbits = 0;
|
||||
uint32_t clrbits = 0;
|
||||
uint32_t regval;
|
||||
|
||||
spiinfo("features=%08x\n", features);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue