Squashed commit of the following:
arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h: Adjust cloned CC13x9 FCFG1 header file so that it reflects reality.
arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h: Add CC13x0 FCFG1 header file. Initial commit is the same as the CC13x2/CC26x2 FCFG1 header with a few name changes.
arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h: Initial FCFG1 header file for the cc13xx/cc26xx family.
This commit is contained in:
parent
21328c528c
commit
5c9e72f99d
3 changed files with 2576 additions and 1 deletions
1317
arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h
Normal file
1317
arch/arm/src/tiva/hardware/cc13x0/cc13x0_fcfg1.h
Normal file
File diff suppressed because it is too large
Load diff
1258
arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h
Normal file
1258
arch/arm/src/tiva/hardware/cc13x2_cc26x2/cc13x2_cc26x2_fcfg1.h
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -600,7 +600,7 @@ static int at25_ioctl(FAR struct mtd_dev_s *dev, int cmd, unsigned long arg)
|
|||
case MTDIOC_GEOMETRY:
|
||||
{
|
||||
FAR struct mtd_geometry_s *geo =
|
||||
(FAR struct mtd_geometry_s *)((uintptr_t)arg);
|
||||
(FAR struct mtd_geometry_s *)((uintptr_t)arg);
|
||||
|
||||
if (geo != NULL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue