• North Wales, UK
  • Joined on 2023年03月30日
paulj created repository paulj/rtcqs 2026年01月20日 16:20:11 +01:00
paulj created repository paulj/morsekeyboard 2025年09月20日 20:04:07 +02:00
paulj pushed to main at paulj/mecrisp-stellaris 2025年08月19日 09:08:23 +02:00
eb8a8e94e9 rp2040-ra/contrib: add gpio-simple.fs
1af069b5bb rp2040-ra/contrib: add contributed drivers
9926374cf9 rp2040-ra: rename experimental directory to contrib
8a96e9473c common/experimental/vocs-0.7.0: fix typo in file name
4c56e4d8cc *: convert to UNIX line endings
Compare 25 commits »
paulj deleted branch microbit-v2 from paulj/mecrisp-stellaris 2025年04月30日 08:33:30 +02:00
paulj pushed to main at paulj/mecrisp-stellaris 2025年04月30日 08:33:15 +02:00
d80744ad57 CREDITS: credit Paul Jewell for microbit-v2 port
ad8474aafc mecrisp-stellaris-source: add microbit-v2-ra
07c114a28e mecrisp-stellaris-source: add microbit-v2
ec7a54c990 thumbulator/buildcore: use mkdir -p
9fa3ad1124 thumbulator/buildcore*: make sure target directories exist
Compare 10 commits »
paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月29日 23:03:18 +02:00
microbit-v2

@clausecker wrote in clausecker/mecrisp-stellaris#4 (comment):

Looks good. If you are happy with this, I would go ahead and merge this.

I'm happy for...

paulj commented on issue clausecker/mecrisp-stellaris#3 2025年04月29日 21:10:51 +02:00
Needs .gitignore to ignore build artifacts

@clausecker wrote in clausecker/mecrisp-stellaris#3 (comment):

Should be good now. Could you please check?

Looking good here. Clean checkout,...

paulj pushed to microbit-v2 at paulj/mecrisp-stellaris 2025年04月29日 20:32:10 +02:00
2d06d0b123 Increase ROM memory to accomodate .text requirements
paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月29日 20:22:16 +02:00
microbit-v2

...hang on - I have a problem with the ra linking - I will have it fixed shortly...

paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月29日 20:16:44 +02:00
microbit-v2

Sorry - this (and calculatemd5) was an oversight. Now done

paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月29日 20:16:20 +02:00
microbit-v2

Thanks - now it is clear to me. Change made and committed.

paulj pushed to microbit-v2 at paulj/mecrisp-stellaris 2025年04月29日 20:15:17 +02:00
9a22fed35b Added microbit-v2-ra to assemble and calculatemd5
8881a4329d Added registerallocator
Compare 2 commits »
paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月29日 08:46:52 +02:00
microbit-v2
  • I have fixed the alignment in terminal.s. This seems to be a result of me using emacs - I think the indentation of three spaces is the standard in the assembly-mode.
  • Registers and mnemonics...
paulj pushed to microbit-v2 at paulj/mecrisp-stellaris 2025年04月29日 08:22:49 +02:00
676ff3618b Add microbit-v2-ra files
7cf0c452cc Align values with mecrisp-stellaris-microbit-v2.s
a01e2ab250 Fixed indentation differences
Compare 3 commits »
paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月29日 00:38:49 +02:00
microbit-v2

@clausecker wrote in clausecker/mecrisp-stellaris#4 (comment):

-ra means that the register allocator is used. This increases the footprint of the Forth a...

paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月28日 22:19:43 +02:00
microbit-v2

Thanks for reviewing the code, and taking time to feedback the comments.

  • I will address the points your raise about programming style, and also look at having a microbit-common directory with...
paulj commented on pull request clausecker/mecrisp-stellaris#4 2025年04月16日 18:17:58 +02:00
microbit-v2

Let me know if you want me to clean up the commit log! I could do with squashing the commits and improving the commit messages. Let me know if there is a convention you are applying to the...

paulj created pull request clausecker/mecrisp-stellaris#4 2025年04月16日 18:03:32 +02:00
microbit-v2
paulj pushed to microbit-v2 at paulj/mecrisp-stellaris 2025年04月16日 17:59:48 +02:00
494ccf3cef Terminal.s code for the nRF52833 processor
5cad01d7c9 Fix banner message details
Compare 2 commits »
paulj pushed to microbit-v2 at paulj/mecrisp-stellaris 2025年04月13日 13:12:25 +02:00
16d3bd1b7d WIP: Working on clarifying the UART code