Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jul 29, 2021
1 parent 6fe4539 commit f5bcd22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pico_Template (0.9.3)
# Pico_Template (0.9.4)
An MDK template for Raspberry Pi Pico

- Compiler: Arm Compiler 6.15 and above (Using non-intrusive wrapper to support pico-sdk which is written in GCC)
Expand All @@ -7,6 +7,10 @@ An MDK template for Raspberry Pi Pico
- Verified with Arm Compiler 6.15 and above.
- Provide users an option to use the ***stdio*** solution from ***pico-sdk (by default)*** or retarget the ***stdin/stdout*** to a user specified location directly. (See note in ***env_wrapper.c***).
- [Support debug in MDK using J-Link](https://wiki.segger.com/Raspberry_Pi_Pico)
- Add dedicated project configurations for:
- [**AC6-flash**] Running code in Flash (XIP)
- [**AC6-RunInSRAM**] Running code in SRAM (code is still stored in FLASH)
- [**AC6-DebugInSRAM**] No Flash is used and only suitable for RAM based debug.



Expand Down

0 comments on commit f5bcd22

Please sign in to comment.