Skip to content

Commit 8c5d116

Browse files
committed
Merge ../Rexlab-emulate/external/cmake-microchip
2 parents 98fc851 + 69dbd79 commit 8c5d116

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
*~
2+
3+
# temporary files which can be created if a process still has a handle open of a deleted file
4+
.fuse_hidden*
5+
6+
# KDE directory preferences
7+
.directory
8+
9+
# Linux trash folder which might appear on any partition or disk
10+
.Trash-*
11+
12+
# .nfs files are created when an open file is removed but is still being accessed
13+
.nfs*

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Then add this snippet at the very top of your ``CMakeLists.txt``::
2727
set(MICROCHIP_MCU PIC24FJ32GB002)
2828
This code fragment must be placed before "project" command to have effect
2929

30-
"MICROCHIP_MIN_HEAP_SIZE" sets the heap size
30+
``MICROCHIP_MIN_HEAP_SIZE`` sets the heap size
3131

32-
"MICROCHIP_MAP_FILE" allows you to generate a map file
32+
``MICROCHIP_MAP_FILE`` allows you to generate a map file
3333

3434
The target MCU is set by the ``MICROCHIP_MCU`` variable. It can be set
3535
in ``CMakeLists.txt`` as above or on the CMake command line like so::

0 commit comments

Comments
 (0)