Skip to content

Commit ee6491d

Browse files
committed
Create component version 1.7 and remove 1.6
1 parent d0ba3c8 commit ee6491d

File tree

12 files changed

+18
-19
lines changed

12 files changed

+18
-19
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ You can directly clone this repo inside your project directory and update it as
2525
If you want you can also include this repo as a git submodule.
2626

2727

28-
## Current version: 1.6
28+
## Current version: 1.7
2929

3030
The current component symbol is shown below:
3131

32-
![Component](img/v1_6.png)
32+
![Component](img/v1_7.png)
3333

3434
The *customizer* or configuration window is where the PSoC Creator magic "happens", the custom *customizers* are ugly so i'm also trying to write a customizer in C# and add it to the component (Work in Progress), this is not really well documented and i'm pretty bad at desining GUI's so if you know C# and UI you can help me out.
3535

@@ -48,17 +48,16 @@ In this tab all the configurable nRF24 registers are layed out, at the right of
4848
![nRF_SPI](img/nRF24_spi.png)
4949

5050

51-
## TODO for version 1.6 [WiP]
52-
- [ ] Update documentation.
53-
- [ ] Component Datasheet.
54-
- [x] PSoC6 support (WiP).
51+
## TODO for version 1.7 [WiP]
52+
- [ ] Component datasheet.
53+
- [ ] PSoC6 support (WiP, having problems with the PDL library).
5554

5655

57-
## TODO for version 2.0 [WiP]
56+
## TODO for version 2.0
5857
- [ ] API compatible with the nRF24 component of Erich Styger (mcuoneclipse)
5958
- [ ] Design the customizer using Visual Studio.
6059

6160

62-
## Coding style [WiP]
61+
## Coding style
6362

6463
The code style in the v2.0 will be similar to the [Linux kernel coding style](https://www.kernel.org/doc/html/v4.10/process/coding-style.html), for this the tool clang-format is used, the repo contains the .clang-format file.

img/v1_7.png

6.18 KB
Loading

nRF24.cylib/nRF24.cyprj

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<CyGuid_813b8d13-518a-4dc8-91ba-cda6042dfb52 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtPhysicalFolderSerialize" version="1">
4545
<CyGuid_ebc4f06d-207f-49c2-a540-72acf4adabc0 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFolderSerialize" version="3">
4646
<CyGuid_2f73275c-45bf-46ba-b3b1-00a2fe0c8dd8 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtBaseContainerSerialize" version="1">
47-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="nRF24_v1_6" persistent="nRF24_v1_6">
47+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="nRF24_v1_7" persistent="nRF24_v1_7">
4848
<Hidden v="False" />
4949
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
5050
<CyGuid_0820c2e7-528d-4137-9a08-97257b946089 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemListSerialize" version="2">
5151
<dependencies>
5252
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
53-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="nRF24_v1_6.cysym" persistent="nRF24_v1_6\nRF24_v1_6.cysym">
53+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="nRF24_v1_7.cysym" persistent="nRF24_v1_7\nRF24_v1_7.cysym">
5454
<Hidden v="False" />
5555
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
5656
<build_action v="OTHER;;;;" />
@@ -59,62 +59,62 @@
5959
<CyGuid_813b8d13-518a-4dc8-91ba-cda6042dfb52 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtPhysicalFolderSerialize" version="1">
6060
<CyGuid_ebc4f06d-207f-49c2-a540-72acf4adabc0 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFolderSerialize" version="3">
6161
<CyGuid_2f73275c-45bf-46ba-b3b1-00a2fe0c8dd8 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtBaseContainerSerialize" version="1">
62-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="API" persistent="nRF24_v1_6\API">
62+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="API" persistent="nRF24_v1_7\API">
6363
<Hidden v="False" />
6464
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
6565
<CyGuid_0820c2e7-528d-4137-9a08-97257b946089 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemListSerialize" version="2">
6666
<dependencies>
6767
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
68-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_REGS.h" persistent="nRF24_v1_6\API\NRF_REGS.h">
68+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_REGS.h" persistent="nRF24_v1_7\API\NRF_REGS.h">
6969
<Hidden v="False" />
7070
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
7171
<build_action v="HEADER;;;;" />
7272
<PropertyDeltas />
7373
</CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b>
7474
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
75-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_FUNCS.c" persistent="nRF24_v1_6\API\NRF_FUNCS.c">
75+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_FUNCS.c" persistent="nRF24_v1_7\API\NRF_FUNCS.c">
7676
<Hidden v="False" />
7777
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
7878
<build_action v="SOURCE_C;;;;" />
7979
<PropertyDeltas />
8080
</CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b>
8181
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
82-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_FUNCS.h" persistent="nRF24_v1_6\API\NRF_FUNCS.h">
82+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_FUNCS.h" persistent="nRF24_v1_7\API\NRF_FUNCS.h">
8383
<Hidden v="False" />
8484
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
8585
<build_action v="HEADER;;;;" />
8686
<PropertyDeltas />
8787
</CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b>
8888
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
89-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_LL_SPI.c" persistent="nRF24_v1_6\API\NRF_LL_SPI.c">
89+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_LL_SPI.c" persistent="nRF24_v1_7\API\NRF_LL_SPI.c">
9090
<Hidden v="False" />
9191
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
9292
<build_action v="SOURCE_C;;;;" />
9393
<PropertyDeltas />
9494
</CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b>
9595
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
96-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_LL_SPI.h" persistent="nRF24_v1_6\API\NRF_LL_SPI.h">
96+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_LL_SPI.h" persistent="nRF24_v1_7\API\NRF_LL_SPI.h">
9797
<Hidden v="False" />
9898
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
9999
<build_action v="HEADER;;;;" />
100100
<PropertyDeltas />
101101
</CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b>
102102
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
103-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_COMMANDS.h" persistent="nRF24_v1_6\API\NRF_COMMANDS.h">
103+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_COMMANDS.h" persistent="nRF24_v1_7\API\NRF_COMMANDS.h">
104104
<Hidden v="False" />
105105
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
106106
<build_action v="HEADER;;;;" />
107107
<PropertyDeltas />
108108
</CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b>
109109
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
110-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_COMMANDS.c" persistent="nRF24_v1_6\API\NRF_COMMANDS.c">
110+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_COMMANDS.c" persistent="nRF24_v1_7\API\NRF_COMMANDS.c">
111111
<Hidden v="False" />
112112
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
113113
<build_action v="SOURCE_C;;;;" />
114114
<PropertyDeltas />
115115
</CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b>
116116
<CyGuid_8b8ab257-35d3-4473-b57b-36315200b38b type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtFileSerialize" version="3" xml_contents_version="1">
117-
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_CONFIG.h" persistent="nRF24_v1_6\API\NRF_CONFIG.h">
117+
<CyGuid_31768f72-0253-412b-af77-e7dba74d1330 type_name="CyDesigner.Common.ProjMgmt.Model.CyPrjMgmtItemSerialize" version="2" name="NRF_CONFIG.h" persistent="nRF24_v1_7\API\NRF_CONFIG.h">
118118
<Hidden v="False" />
119119
</CyGuid_31768f72-0253-412b-af77-e7dba74d1330>
120120
<build_action v="HEADER;;;;" />

0 commit comments

Comments
 (0)