Skip to content

Commit 74c95bb

Browse files
committed
README: Update heading and also maintainers
* New maintainers - Dhruva and Tokita, Hiroshi have been added. * The title has been updated to specify what the project does at the top of the README. Acked-by: Mike Szczys <[email protected]> Acked-by: Jonathan Beri <[email protected]> Signed-off-by: Dhruva Gole <[email protected]>
1 parent 3e002f3 commit 74c95bb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# GSoC 2022 Project
1+
# GSoC 2022 Project: Arduino Core API module for Zephyr
22

33
![](https://dhruvag2000.github.io/Blog-GSoC22/assets/images/website_header.png)
44

5-
## Arduino Core API module for zephyr
6-
7-
Arduino Core API module for zephyr leverages the power of Zephyr under an Arduino-C++ style abtraction layer thus helping zephyr new-comers to start using it without worrying about learning about new APIs and libraries. See the project documentation folder for detailed documentation on these topics:
5+
The **Arduino Core API** module for zephyr leverages the power of Zephyr under an Arduino-C++ style abtraction layer thus helping zephyr new-comers to start using it without worrying about learning about new APIs and libraries. See the project documentation folder for detailed documentation on these topics:
86

97
* [Using external Arduino Libraries](/documentation/arduino_libs.md)
108
* [Adding custom boards/ variants](/documentation/variants.md)
@@ -45,12 +43,12 @@ __NOTE:__ You can skip this step as well if you ran ``install.sh``.
4543
* While compiling with the ArduinoCore-API `WCharacter.h` produces many errors. The include of that file needs to be deleted from `cores/arduino/api/ArduinoAPI.h` (it is unused in this port.) We are looking into resolving the issue.
4644

4745
**Maintainers**:
46+
- [DhruvaG2000](https://github.com/DhruvaG2000)
47+
- [soburi](https://github.com/soburi)
4848
- [szczys](https://github.com/szczys)
49-
- [beriberikix](https://github.com/beriberikix)
49+
- [beriberikix](https://github.com/beriberikix)
5050
- [alvarowolfx](https://github.com/alvarowolfx)
5151

52-
**Contributor**: [DhruvaG2000](https://github.com/DhruvaG2000)
53-
5452
## License
5553
Please note that the current license is Apache 2. Previously it was LGPL 2.1 but after careful review it was determined that no LGPL code or derivates was used and the more permissive license was chosen.
5654

0 commit comments

Comments
 (0)