山姆的編程實作分享。。。

Sam Blog, Sam Sharing, Sam Studio

2014年5月5日

Where does Xcode store git repository ?


Xcode stores git information in project folder but it has hidden attribute

You can try to use Terminal application to find it;
Below is an example of MyBMI project



As I said, use ls command, the .git does not been showed since it has hidden attribute. You need to use ls -al command to show all files/folders


Use git log command to read repository log


移植 Linux - Samsung S3C2440A CPU


6 years ago, I bought a board with S3C2440A inside for WinCE 5.0 development;
Try to port Linux OS on it.

Hardware Spec:

  • Samsung S3C2440A, 400MHz
  • 2M bytes NOR Flash
  • 64M bytes NAND Flash
  • 64M bytes SDRAM
  • 100Mbps Ethernet port x1
  • USB 1.1 x 2 ( one is HOST port, another is Device port )
  • COM port x 2
  • 3.5" TFT LCD (240x320) with 4 lines touch panel 

熱門文章