Merge pull request #1056 from TanekLiang/fix_lpc54608_printf

[bsp] fix lpc54608 printf bug
This commit is contained in:
Bernard Xiong 2017-11-29 21:03:09 +08:00 committed by GitHub
commit cc5ef4b825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 393 additions and 2394 deletions

View File

@ -4,8 +4,10 @@ from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
src = Glob('*.c')
src = []
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH)
CPPDEFINES = ['SDK_DEBUGCONSOLE=0']
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH, CPPDEFINES=CPPDEFINES)
Return('group')

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff