File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 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 *
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ Then add this snippet at the very top of your ``CMakeLists.txt``::
2727 set(MICROCHIP_MCU PIC24FJ32GB002)
2828This 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
3434The target MCU is set by the ``MICROCHIP_MCU `` variable. It can be set
3535in ``CMakeLists.txt `` as above or on the CMake command line like so::
You can’t perform that action at this time.
0 commit comments