Hello,
I'm developing a peripheral dll for a chip based on the 8051 architecture. Now, in the peripheral menu I get the default interrupts/Timer/serial/Ports dialogs, but for this implementation I made my own dialogs. So, is there a way to show ONLY my dialogs? (or to keep only the Interrupt dialog). For the moment I'm also getting the default four dialogs displayed in the peri menu.
I know this has to do with the Dialog DLL parameters (-pMyDll -o0000 -dMyDll), but I can't seem to find the documentation for it.
Changing the -o0000 has no effect.