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

Docs Update - Custom Boards #282

Open
wallarug opened this issue Feb 5, 2020 · 2 comments
Open

Docs Update - Custom Boards #282

wallarug opened this issue Feb 5, 2020 · 2 comments

Comments

@wallarug
Copy link
Contributor

wallarug commented Feb 5, 2020

Hi there,

I'll take ownership of this one and formalise it a bit better.

This is relating to adding custom boards with extended name sets.

@peterpanstechland message:
in order to get the dts.ts.d autogenerated, you need to(this is what i did):

pxt clean
rm -Rf node_modules/pxt-common-packages
pxt link ../pxt-common-packages  (this is after you have modified the configkeys.h)
pxt buidaldts (if you get some error about missing file in the built folder, I got this error when i did this, and then I tried run "pxt builddaldts" in the pxt-maker/node_modules/pxt-common-package/ first, then run this command again in the pxt-maker folder)
this should update the dts.ts.d files.

Short Version (updated):

pxt clean
rm -Rf node_modules/pxt-common-packages
pxt link ../pxt-common-packages
pxt builddaldts
pxt serve --localbuild
@pelikhan
Copy link
Member

I've added instructions in the README on building CODAL: #289

@pelikhan
Copy link
Member

I've added a note about dal.d.ts too

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