Skip to content

Commit

Permalink
Added support for easy compilation of DEV, NUS, TRACE ALL SC, TRACE S…
Browse files Browse the repository at this point in the history
…C, TRACE HV, TRACE VUART, and DUMP ELF PL3 payloads.
  • Loading branch information
CrashSerious committed Nov 29, 2010
1 parent 28d6428 commit 2eb7528
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 12 deletions.
6 changes: 3 additions & 3 deletions firmware/usbstack/config.h
Expand Up @@ -15,7 +15,7 @@
/* Define this macro if want to use the jig method */
#define USE_JIG

/* 1. Define your PS3 Firmware.*/
/* 1. Define your PS3 Firmware. -= ONLY USE ONE! =-*/
/* The firmware version supported gets defined in the Makefile */
//#define FIRMWARE_2_76
//#define FIRMWARE_3_01
Expand All @@ -25,8 +25,8 @@
//#define FIRMWARE_3_40
//#define FIRMWARE_3_41

/* 2. Define your Target payload reg/NUS/Dev/etc */
#define Payload_Regular
/* 2. Define your Target payload reg/NUS/Dev/etc -= ONLY USE ONE! =- */
#define Payload_Regular //if you don't know what the others are-- this is what you want!
//#define Payload_NUS
//#define Payload_Dev
//#define Payload_Dump_ELFS
Expand Down

0 comments on commit 2eb7528

Please sign in to comment.