User contributions for Jubatian

Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View (newer 250 | ) (20 | 50 | 100 | 250 | 500)

3 March 2024

19 September 2020

29 July 2018

30 June 2018

12 May 2018

28 April 2018

25 April 2018

14 April 2018

13 April 2018

10 April 2018

27 March 2018

3 February 2018

16 January 2018

15 January 2018

14 January 2018

11 January 2018

4 January 2018

  • 20:2420:24, 4 January 2018 diff hist +2,819 N Bootloader API guideCreated page with "This guide provides some tips and ideas on how to use the Bootloader API library. You should check the [https://github.com/Uzebox/uzebox/tree/master/demos/BootDemo Bootloader..." current
  • 20:0120:01, 4 January 2018 diff hist +26 API Functions→‎Bootloader API Functions
  • 20:0020:00, 4 January 2018 diff hist +900 N Function Bootld RequestCreated page with "{{Function |prototype = void Bootld_Request(sdc_struct_t* sds); |description = Sends a bootloader request to load another game. |parameters = * sds: SD data structure. |ret..." current
  • 19:5519:55, 4 January 2018 diff hist +512 N Function FS Set PosCreated page with "{{Function |prototype = void FS_Set_Pos(sdc_struct_t* sds, uint32_t pos); |description = Restores file position using a position info. |parameters = * sds: SD data structur..." current
  • 19:5419:54, 4 January 2018 diff hist +431 N Function FS Get PosCreated page with "{{Function |prototype = uint32_t FS_Get_Pos(sdc_struct_t* sds); |description = Retrieves file position information. |parameters = * sds: SD data structure. |returns = F..." current
  • 19:5119:51, 4 January 2018 diff hist +804 N Function FS FindCreated page with "{{Function |prototype = uint32_t FS_Find(sdc_struct_t* sds, uint16_t ch01, uint16_t ch23, uint16_t ch45, uint16_t ch67, uint16_t ex01, uint16_t ex2x); |description = Finds a..." current
  • 19:4719:47, 4 January 2018 diff hist +530 N Function FS Get File ClusterCreated page with "{{Function |prototype = uint32_t FS_Get_File_Cluster(sdc_struct_t* sds, uint8_t* fdesc); |description = Returns a file's start cluster by 32 byte file descriptor. |parameter..." current
  • 19:4519:45, 4 January 2018 diff hist +419 N Function FS Select ClusterCreated page with "{{Function |prototype = void FS_Select_Cluster(sdc_struct_t* sds, uint32_t cluster); |description = Selects a start cluster for reading. |parameters = * sds: SD data struct..." current
  • 19:4219:42, 4 January 2018 diff hist +414 N Function FS Select RootCreated page with "{{Function |prototype = void FS_Select_Root(sdc_struct_t* sds); |description = Selects root directory for reading. |parameters = * sds: SD data structure. |returns = |v..." current
  • 19:3919:39, 4 January 2018 diff hist +574 N Function FS Reset SectorCreated page with "{{Function |prototype = void FS_Reset_Sector(sdc_struct_t* sds); |description = Resets sector pointer to the beginning of the file. |parameters = * sds: SD data structure...." current
  • 19:3519:35, 4 January 2018 diff hist +696 N Function FS Next SectorCreated page with "{{Function |prototype = uint8_t FS_Next_Sector(sdc_struct_t* sds); |description = Moves sector pointer forwards one sector. |parameters = * sds: SD data structure. The bufp..." current
  • 19:3119:31, 4 January 2018 diff hist +725 N Function FS Read SectorCreated page with "{{Function |prototype = uint8_t FS_Read_Sector(sdc_struct_t* sds); |description = Loads currently selected sector of file into sector buffer. |parameters = * sds: SD data s..." current
  • 19:2719:27, 4 January 2018 diff hist −15 Function FS Get SectorNo edit summary current
  • 19:2719:27, 4 January 2018 diff hist +444 N Function FS Get SectorCreated page with "{{Function |prototype = uint32_t FS_Get_Sector(sdc_struct_t* sds); |description = Returns currently selected sector of file. |parameters = * sds: SD data structure. |return..."
  • 19:2319:23, 4 January 2018 diff hist +1,140 N Function FS InitCreated page with "{{Function |prototype = uint8_t FS_Init(sdc_struct_t* sds); |description = Detects and initializes SD card and FAT filesystem over it. |parameters = * sds: SD data structur..." current
  • 19:2119:21, 4 January 2018 diff hist +638 N Function SDC Read SectorCreated page with "{{Function |prototype = uint8_t SDC_Read_Sector(sdc_struct_t* sds, uint32_t sector); |description = Performs a single sector read (attempts a retry on fault). |parameters =..." current
  • 19:1919:19, 4 January 2018 diff hist +462 N Function SDC Command AddressCreated page with "{{Function |prototype = uint32_t SDC_Command_Address(sdc_struct_t* sds, uint32_t sector); |description = Converts sector address for SD card type. |parameters = * sds: SD d..." current
  • 19:1619:16, 4 January 2018 diff hist +687 N Function SDC CRC EnableCreated page with "{{Function |prototype = void SDC_CRC_Enable(sdc_struct_t* sds, uint8_t ena); |description = Toggles SD CRC checking. By default CRC checking is normally ON. |parameters = *..." current
  • 19:1119:11, 4 January 2018 diff hist +1,115 N Function SDC InitCreated page with "{{Function |prototype = uint8_t SDC_Init(sdc_struct_t* sds); |description = Detects and initializes SD card. |parameters = * sds: SD data structure. The bufp field must poi..." current
  • 19:0519:05, 4 January 2018 diff hist +260 N Function SDC ReleaseCreated page with "{{Function |prototype = void SDC_Release(void); |description = Releases the SD card appropriately with a trailing 0xFF byte. |parameters = |returns = |video modes = All..." current
  • 19:0419:04, 4 January 2018 diff hist +639 N Function SDC CommandCreated page with "{{Function |prototype = uint8_t SDC_Command(uint8_t cmd, uint32_t data); |description = Sends SD command and waits for the first response byte (normally R1). |parameters =..." current
  • 19:0019:00, 4 January 2018 diff hist +384 N Function SDC Wait FFCreated page with "{{Function |prototype = uint8_t SDC_Wait_FF(void); |description = Waits for the end of a sequence of 0xFF on the SD Card. |parameters = |returns = The byte value which..." current
  • 18:5818:58, 4 January 2018 diff hist +522 N Function SDC CRC16 ByteCreated page with "{{Function |prototype = uint16_t SDC_CRC16_Byte(uint16_t crcval, uint8_t byte); |description = Calculates CRC16 for an SD sector. |parameters = * crcval: The previous CRC v..." current
  • 18:5618:56, 4 January 2018 diff hist +587 N Function SDC CRC7 ByteCreated page with "{{Function |prototype = uint8_t SDC_CRC7_Byte(uint8_t crcval, uint8_t byte); |description = Calculates CRC7 for an SD command. |parameters = * crcval: The previous CRC valu..." current
  • 18:5118:51, 4 January 2018 diff hist +456 N Function SPI Set MaxCreated page with "{{Function |prototype = void SPI_Set_Max(void); |description = Set SPI data rate to maximum speed (for example to interface SPI RAM). |parameters = |returns = |video mo..." current
  • 18:4918:49, 4 January 2018 diff hist +562 N Function SPI Set SDCreated page with "{{Function |prototype = void SPI_Set_SD(void); |description = Set SPI data rate for SD access (slower speed). |parameters = |returns = |video modes = All |since =..." current
  • 18:4418:44, 4 January 2018 diff hist +2,263 API FunctionsAdded Bootloader API library function set
  • 18:2518:25, 4 January 2018 diff hist +167 m API FunctionsAdded note for SPI RAM library inclusion.

2 January 2018

22 December 2017

13 December 2017

12 December 2017

10 December 2017

9 December 2017

2 December 2017

1 December 2017

25 November 2017

(newest | oldest) View (newer 250 | ) (20 | 50 | 100 | 250 | 500)