Skip to content

Commit 97a810c

Browse files
authored
Merge pull request #81 from soburi/readme_update
Update README.md
2 parents c6f2eeb + bad0682 commit 97a810c

File tree

1 file changed

+13
-93
lines changed

1 file changed

+13
-93
lines changed

README.md

Lines changed: 13 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
About
1+
About
22
=====
33

44
This is Arduino add-on package for NXP JN516x platform.
5-
This version is built on [Contiki](http://contiki-os.org/).
5+
This package is built on [ContikiOS](http://contiki-os.org/).
66

77
Install
88
=======
@@ -16,106 +16,26 @@ Use this additional package definition of 'Additional Boards Manager URLs' optio
1616
Install Compiler and SDK.
1717
----------------------------
1818

19-
Download and install compiler, sdk and flash programmer from [ NXP's JN516x page](https://www.nxp.com/products/wireless-connectivity/proprietary-ieee-802.15.4-based/ieee-802.15.4-for-jn516x-7x:IEEE802.15.4).
19+
Download and install compiler and sdk from [NXP's JN516x page](https://www.nxp.com/products/wireless-connectivity/proprietary-ieee-802.15.4-based/ieee-802.15.4-for-jn516x-7x:IEEE802.15.4).
2020

21-
* [BeyondStudio for NXP](https://cache.nxp.com/secured/sdk/JN-SW-4141.zip?__gda__=1529072216_c38bbf7395e570fc9b3c09578d634af9&fileExt=.zip)
21+
* `JN-SW-4141` BeyondStudio for NXP
22+
* `JN-SW-4163` JN516x IEEE 802.15.4 SDK
2223

23-
* [JN516x IEEE 802.15.4 SDK](https://cache.nxp.com/secured/sdk/JN-SW-4163.zip?__gda__=1529072150_ac3fdfa99c6ad205b36cb1c932c56441&fileExt=.zip)
24+
### For Windows
2425

25-
* [JN51xx Producton Flash Programmer](https://www.nxp.com/downloads/en/software-support/JN-SW-4107.zip)
26+
Install `JN-SW-4141` and `JN-SW-4163` to installer's default destination (C:\NXP).
2627

28+
### For Linux/MacOSX
2729

28-
### For Windows
30+
Install *JN516x IEEE 802.15.4 SDK* contents (JN-SW-4163 directory, need to extract on windows) under `/usr/jn516x-sdk/`(default directory as Contiki expects).
31+
If installed to another directory, set the path to `SDK_BASE_DIR` and export it.
2932

30-
Install to installer's default destination (C:\NXP).
3133

32-
### For Linux/MacOSX
34+
Limitations
35+
===========
3336

34-
Install [JN516x IEEE 802.15.4 SDK](http://cache.nxp.com/documents/other/JN-SW-4163.zip)
35-
contents (JN-SW-4163 directory, need to extract on windows) place under `/usr/jn516x-sdk/`.
36-
37-
API implements status
38-
====================
39-
40-
Already implemented
41-
-------------------
42-
### Digital I/O
43-
- pinMode()
44-
- digitalWrite()
45-
- digitalRead()
46-
47-
### Analog I/O
48-
- analogReference()
49-
- analogRead()
50-
- analogWrite()
51-
52-
### Advanced I/O
53-
- shiftOut()
54-
- shiftIn()
55-
56-
### Time
57-
- millis()
58-
- micros()
59-
- delay()
60-
61-
### Math
62-
- min()
63-
- max()
64-
- abs()
65-
- constrain()
66-
- map()
67-
- pow()
68-
- sqrt()
69-
70-
### Trigonometry
71-
- sin()
72-
- cos()
73-
- tan()
74-
75-
### Random Numbers
76-
- randomSeed()
77-
- random()
78-
79-
### Bits and Bytes
80-
- lowByte()
81-
- highByte()
82-
- bitRead()
83-
- bitWrite()
84-
- bitSet()
85-
- bitClear()
86-
- bit()
87-
88-
### Interrupts
89-
- interrupts()
90-
- noInterrupts()
91-
92-
### External Interrupts
93-
- attachInterrupt()
94-
- detachInterrupt()
95-
96-
### Communication
97-
- Serial
98-
- Stream
99-
100-
Not implemented yet.
101-
--------------------
102-
103-
### Time
104-
- delayMicroseconds()
105-
106-
### Advanced I/O
107-
- tone() _This function will follow the implementation status of Arduino Due._
108-
- noTone() _This function will follow the implementation status of Arduino Due._
109-
- pulseIn() _System dependent constants are not tuned._
110-
111-
### stdlib
112-
113-
- malloc()
114-
- free()
115-
116-
Limitation by Hardware difference
117-
=================================
11837
### Not support function.
38+
11939
- analogReadResolution()
12040
- analogWriteResolution()
12141
- Keyboard

0 commit comments

Comments
 (0)