Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repositories.txt #6117

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Update repositories.txt #6117

merged 1 commit into from
Mar 27, 2025

Conversation

istvanren
Copy link
Contributor

No description provided.

Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/renesas/nfc-ptx105r-i2c-arduino:

Linting library in nfc-ptx105r-i2c-arduino
INFO: No header file found matching library name (PTX105R_SDK_for_I2C.h). Best practices are for primary header filename
      to match library name.                                                                                            
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name PTX105R SDK for I2C contains spaces. Although supported, best practices is to not use  
         spaces.                                                                                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
WARNING: library.properties maintainer value Renesas Electronics Corporation <[email protected]>       
         contains "Arduino". 3rd party libraries are not maintained by Arduino.                                         
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP057)                                                                                                   

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in nfc-ptx105r-i2c-arduino/examples/PTX105R_Card_Emulation

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-i2c-arduino/examples/PTX105R_NDEF_Read

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-i2c-arduino/examples/PTX105R_NDEF_Write

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-i2c-arduino/examples/PTX105R_Reader_Demo

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot added the topic: submission Add library to the list label Mar 27, 2025
Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/renesas/nfc-ptx105r-uart-arduino:

Linting library in nfc-ptx105r-uart-arduino
INFO: No header file found matching library name (PTX105R_SDK_for_UART.h). Best practices are for primary header        
      filename to match library name.                                                                                   
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name PTX105R SDK for UART contains spaces. Although supported, best practices is to not use 
         spaces.                                                                                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
WARNING: library.properties maintainer value Renesas Electronics Corporation <[email protected]>       
         contains "Arduino". 3rd party libraries are not maintained by Arduino.                                         
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP057)                                                                                                   

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in nfc-ptx105r-uart-arduino/examples/PTX105R_Card_Emulation

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-uart-arduino/examples/PTX105R_NDEF_Read

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-uart-arduino/examples/PTX105R_NDEF_Write

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-uart-arduino/examples/PTX105R_Reader_Demo

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/renesas/nfc-ptx105r-spi-arduino:

Linting library in nfc-ptx105r-spi-arduino
INFO: No header file found matching library name (PTX105R_SDK_for_SPI.h). Best practices are for primary header filename
      to match library name.                                                                                            
      See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format            
      (Rule LS008)                                                                                                      
WARNING: library.properties name PTX105R SDK for SPI contains spaces. Although supported, best practices is to not use  
         spaces.                                                                                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP015)                                                                                                   
WARNING: library.properties maintainer value Renesas Electronics Corporation <[email protected]>       
         contains "Arduino". 3rd party libraries are not maintained by Arduino.                                         
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format         
         (Rule LP057)                                                                                                   

Linter results for project: 0 ERRORS, 2 WARNINGS

-------------------

Linting sketch in nfc-ptx105r-spi-arduino/examples/PTX105R_Card_Emulation

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-spi-arduino/examples/PTX105R_NDEF_Read

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-spi-arduino/examples/PTX105R_NDEF_Write

Linter results for project: no errors or warnings

-------------------

Linting sketch in nfc-ptx105r-spi-arduino/examples/PTX105R_Reader_Demo

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 2 WARNINGS

@github-actions github-actions bot merged commit 55d428e into arduino:main Mar 27, 2025
13 checks passed
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/renesas/nfc-ptx105r-spi-arduino/
http://downloads.arduino.cc/libraries/logs/github.com/renesas/nfc-ptx105r-i2c-arduino/
http://downloads.arduino.cc/libraries/logs/github.com/renesas/nfc-ptx105r-uart-arduino/

github-actions bot pushed a commit that referenced this pull request Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: submission Add library to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant