소스 검색

Merge pull request #49 from FrankBoesing/FASTRUN

Prevent inlining of "FASTRUN"
teensy4-core
Paul Stoffregen 10 년 전
부모
커밋
922ba3db5b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      teensy3/WProgram.h

+ 1
- 1
teensy3/WProgram.h 파일 보기

#include "HardwareSerial.h" #include "HardwareSerial.h"


#define DMAMEM __attribute__ ((section(".dmabuffers"), used)) #define DMAMEM __attribute__ ((section(".dmabuffers"), used))
#define FASTRUN __attribute__ ((section(".fastrun")))
#define FASTRUN __attribute__ ((section(".fastrun"), noinline, noclone ))


#ifdef __cplusplus #ifdef __cplusplus



Loading…
취소
저장