Skip to content

Instantly share code, notes, and snippets.

View jasonkajita's full-sized avatar

Jason Kajita jasonkajita

View GitHub Profile
@jasonkajita
jasonkajita / debug_heap_xc32_13x.c
Created January 28, 2015 20:06
UNSUPPORTED debug_heap() implementation for XC32 v1.3x
/*-------------------------------------------------------------------------
* !! UNSUPPORTED !! - debug_heap() function for MPLAB XC32 v1.3x
*
* Copyright (c) 2014, Microchip Technology Inc. and its subsidiaries ("Microchip")
* All rights reserved.
*
* This software is developed by Microchip Technology Inc. and its
* subsidiaries ("Microchip").
*
* Redistribution and use in source and binary forms, with or without
@jasonkajita
jasonkajita / Including-new-output.txt
Created October 3, 2012 17:10
Including <new> in XC32
#include <new>
int main (void)
{
}
-------------------------------------
CLEAN SUCCESSFUL (total time: 55ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/Users/jkajita/work/tests/Cpp-test-1.X'