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

Release/0.1.9 pre alpha #7

Merged
merged 18 commits into from
Mar 31, 2023
Merged

Release/0.1.9 pre alpha #7

merged 18 commits into from
Mar 31, 2023

Conversation

wa1tnr
Copy link
Owner

@wa1tnr wa1tnr commented Mar 31, 2023

This'll be fine - saw proposed release (no. 6) just now. Looks good.

Changes: CMakeLists.txt (one instance only) reconfigured for

pico_set_binary_type(camelforth-b no_flash)

whereas it was formerly set to

pico_set_binary_type(camelforth-b copy_to_ram)

per commit 2b0c845

16 + NO_FLASH_CMAKE=-1
21 -target_link_libraries(camelforth-b PRIVATE forth pico-LED ws2812 hardware_flash pico_stdlib)
22 +target_link_libraries(camelforth-b PRIVATE forth pico-LED asmword ws2812 hardware_flash pico_stdlib)
25 -pico_set_binary_type(camelforth-b copy_to_ram)
26 -# pico_set_binary_type(camelforth-b no_flash)
27 +# pico_set_binary_type(camelforth-b copy_to_ram)
28 # pico_set_binary_type(camelforth-b no_flash)
29 +pico_set_binary_type(camelforth-b no_flash)
37 +add_subdirectory(asm)

wa1tnr added 18 commits May 4, 2022 14:19
  Edit to suit.

  By default continues as it was prior.

  Points to installed arm-none-eabi-gcc:

Exhibit

 $  export SOME_BIN_DIR=$HOME/this/directory/bin

 $  $SOME_BIN_DIR/arm-none-eabi-gcc --version
arm-none-eabi-gcc (GNU Arm Embedded Toolchain 10.x) (obscured here)

	modified:   run_cmake_pico.sh

On branch dvlp-aa
Compiler path fixup:

  1. change $PRIVATE to a meaningful path.

  2. enable that path in the  cmake  command line.

  The original script will 'work' okay if your
  systemwide version of arm-none-eabi-gcc (and
  friends) is up to date.

	new file:   example_config.log

On branch dvlp-aa
  well except for the files themselves ;)
  Not yet committed.

	modified:   forth_defines.h

On branch dvlp-asm-aa
	modified:   README.md

On branch dvlp-asm-aa
  CONFIGURED FOR NO FLASH load - will not overwrite.

  Useful for testing. ;)

	new file:   17-camelforth-b.d/pico-examples/camelforth-b/git.show.2b0c845.log
	new file:   17-camelforth-b.d/pico-examples/camelforth-b/NOTE.md
	modified:   n.READY.FOR.RELEASE

On branch develop
@wa1tnr wa1tnr merged commit ba5e8bf into main Mar 31, 2023
@wa1tnr wa1tnr deleted the release/0.1.9-pre-alpha branch March 31, 2023 18:57
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

Successfully merging this pull request may close these issues.

1 participant