Home
last modified time | relevance | path

Searched refs:POST_ACTION (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/
H A Drtconfig.py55 POST_ACTION = OBJCPY + ' -O binary $TARGET rtthread.bin\n' + SIZE + ' $TARGET \n' variable
82 POST_ACTION = 'fromelf --i32combined $TARGET --output rtthread.hex \n' variable
83 POST_ACTION += 'fromelf --bin $TARGET --output rtthread.bin \nfromelf -z $TARGET'
/nrf52832-nimble/rt-thread/tools/
H A Dbuilding.py329 rtconfig.POST_ACTION = ''
841 Env.AddPostAction(target, rtconfig.POST_ACTION)