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

How to update PCF ? #628

Closed
laulin opened this issue May 13, 2022 · 6 comments
Closed

How to update PCF ? #628

laulin opened this issue May 13, 2022 · 6 comments

Comments

@laulin
Copy link

laulin commented May 13, 2022

The PCF's icefun seems to have missing pins like RX (p73) and TX (p59) [see https://www.robot-electronics.co.uk/files/iceFUNdoc.pdf, last page]. How can I update the PCF to add this kind of pin ?

@cavearr
Copy link
Member

cavearr commented May 15, 2022

Hi! You are running Icestudio from sources or you use a binary package?

@laulin
Copy link
Author

laulin commented May 16, 2022

Hello :)

I am using the binary package from icestudio.io, the stable one (0.9.0-1).

@cavearr
Copy link
Member

cavearr commented May 16, 2022

If you have coding skills, you could modify it in app/resources/boards directory (in it you could find a directory for each board and in it you could find the pcf).

Once you modify it, you could do a pull request to the project, your contributions are very welcome!

If you don't have coding skills we try to update as soon as possible.

Thanks!

@laulin
Copy link
Author

laulin commented May 17, 2022

Ok, i will try to figure out how to update the code and do a pull request.

Thank you for you help :)

@cavearr
Copy link
Member

cavearr commented May 17, 2022

If you need any help , please tell me!
If you want to make the changes, follow the instructions in the readme for development. Basically:

  1. clone repository with git
  2. execute npm install
  3. make your changes
  4. execute npm start to see if your changes works fine.
  5. npm jshint , to review if you make some format error.
  6. commit your changes!

Thanks a lot and ask all of you need.

@laulin
Copy link
Author

laulin commented May 17, 2022

Ok i will read the README that carefully.

@cavearr cavearr closed this as completed in 6373531 Jun 3, 2022
cavearr added a commit that referenced this issue Jun 3, 2022
Fix #628 : Add RX and TX pin for icefun board
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants