Commit Graph

  • 86c7a1cb83 Fix the STM32.SDMMC driver. Jerome Lambourg 2016-11-18 08:33:09 +01:00
  • 2ae3982ae8 Move the STM32.SDMMC driver to the new HAL.SDCard interface. Jerome Lambourg 2016-11-17 16:47:11 +01:00
  • ecdd37ad6c hal-sdcard: Fix typo for SD v1.x, refactor CSD conversion. Tristan Gingold 2016-11-17 15:55:51 +01:00
  • 4071b91d40 hal-sdcard: add multi block read. Tristan Gingold 2016-11-15 18:06:54 +01:00
  • eea4416c13 sdcard: save SCR, set clock to 50Mhz if supported. Tristan Gingold 2016-11-15 16:02:27 +01:00
  • d0379fe6fb hal-sdcard: set bus width. Tristan Gingold 2016-11-15 10:19:27 +01:00
  • 8c0ec932c0 hal-sdcard: add Set_Clock method and switch to 25Mhz. Tristan Gingold 2016-11-14 12:03:45 +01:00
  • 264492f0d5 Add hal-sdcard interface. Tristan Gingold 2016-11-14 12:03:45 +01:00
  • 12dcd33c3b Fix the block_drivers hal definition. Jerome Lambourg 2016-11-13 16:34:10 +01:00
  • affda957ea Fix bad precondition in sdcard driver. Jerome Lambourg 2016-11-10 18:35:54 +01:00
  • 6ca3a1b41e Fix initialization of the SDMMC driver. Jerome Lambourg 2016-11-10 12:44:56 +01:00
  • e5614eb36c Protect against invalid DMA transfers in the sdcard driver. Jerome Lambourg 2016-09-28 20:50:47 +02:00
  • e3949bfb03 Merge pull request #119 from AdaCore/services_to_middleware Fabien Chouteau 2017-01-27 19:44:52 +01:00
  • 2e25240851 docs: Start a design document Fabien Chouteau 2017-01-26 09:08:51 +01:00
  • 748dd1adac Renames Services to Middleware Fabien Chouteau 2017-01-26 08:18:22 +01:00
  • d4f5542d87 Merge pull request #115 from AdaCore/hal_config_pragma Fabien Chouteau 2017-01-27 08:14:56 +01:00
  • 02375c183f Merge pull request #117 from AdaCore/bitmap_reformating_and_zfp_lcd_driver Fabien Chouteau 2017-01-27 08:10:13 +01:00
  • 69eeaf5149 testsuite/run.py: Improve output readability Fabien Chouteau 2017-01-22 01:29:49 +01:00
  • 1e31cb3bff Bitmap Drawing: Add a simple regression test Fabien Chouteau 2017-01-22 01:29:01 +01:00
  • d0d51f6489 Service/Bitmap: Add a Bitmap_Buffer file output package Fabien Chouteau 2017-01-22 01:25:47 +01:00
  • b80987c366 Soft_Drawing_Bitmap: Implement Copy_Rect Fabien Chouteau 2017-01-22 00:17:38 +01:00
  • f81e408d79 examples/draw: Add a bitmap drawing primitive demo Fabien Chouteau 2017-01-21 19:47:22 +01:00
  • bc2c7f810f HAL.Bitmap: Move color conversion utilities to a dedicated package Fabien Chouteau 2017-01-21 18:19:15 +01:00
  • 3d2b808108 ST7735R LCD: Add a buffer-less implementation Fabien Chouteau 2017-01-21 18:11:50 +01:00
  • f645d76a3f HAL.Bitmap: Move Draw_Line and Cubic_Bezier with the other drawing primitives Fabien Chouteau 2017-01-21 16:37:22 +01:00
  • d44d8f9388 HAL.Bitmap: Finish cleanup of interface Fabien Chouteau 2017-01-21 15:32:06 +01:00
  • 33488fcc59 HAL.Bitmap: Split interface and implementation Fabien Chouteau 2017-01-21 13:16:48 +01:00
  • fdc3ef6e47 HAL.Bitmap: Unify drawing API by using Point and Rect types Fabien Chouteau 2017-01-21 12:49:56 +01:00
  • f76a004acb HAL.Bitmap: Move Draw/Fill_Rect with the other drawing primitives Fabien Chouteau 2017-01-21 11:54:14 +01:00
  • 94fa1bfc31 HAL.Bitmap: Move Draw_Circle and Fill_Circle with the other drawing primitives Fabien Chouteau 2017-01-21 11:38:26 +01:00
  • e167eb8a01 HAL.Bitmap: Add two functions that improve the abstraction Fabien Chouteau 2017-01-21 11:20:51 +01:00
  • 75f13b8382 HAL.Framebuffer Refactoring: Remove Get_ and Is_ prefixes Fabien Chouteau 2017-01-21 11:11:46 +01:00
  • 80f15f741b HAL.Bitmap Refactoring: Fix function name Get_Pixel to Pixel Fabien Chouteau 2017-01-21 10:55:54 +01:00
  • fc24e56b27 HAL.Bitmap: Fix parameter access Fabien Chouteau 2017-01-21 10:51:01 +01:00
  • ca018317c2 Merge pull request #114 from AdaCore/fix_stm32_uart Fabien Chouteau 2017-01-19 23:39:53 +01:00
  • 8ed009bc31 Use configuration pragmas to control HAL dependency Fabien Chouteau 2017-01-19 23:14:56 +01:00
  • ac3911d674 Merge pull request #112 from AdaCore/add_microbit_readme Fabien Chouteau 2017-01-19 10:48:11 +01:00
  • f9894850ae Merge pull request #111 from AdaCore/fix_stm32_board_build Fabien Chouteau 2017-01-19 10:44:43 +01:00
  • 547dfc99be STM32.USARTS: Fix Disable_DMA_Receive_Requests Fabien Chouteau 2017-01-18 15:33:23 +01:00
  • d5ce0963f2 Micro:Bit: Add README to document development setup Fabien Chouteau 2017-01-16 01:06:04 +01:00
  • 6a61228a20 Fix build of STM32F469, STM32F746 and STM32F769 board suppport Fabien Chouteau 2017-01-14 17:24:27 +01:00
  • 4fe872ecf3 Merge branch 'master' of https://github.com/AdaCore/Ada_Drivers_Library pat-rogers 2017-01-11 17:07:49 -06:00
  • 22eb9b980f Merge pull request #110 from AdaCore/lighter_PWM Pat Rogers 2017-01-11 17:07:15 -06:00
  • 3b7e1ebe92 Merge branch 'master' of https://github.com/AdaCore/Ada_Drivers_Library pat-rogers 2017-01-11 14:33:17 -06:00
  • 0922777138 Make the wrapper more robust and lighter: pat-rogers 2017-01-10 17:21:17 -06:00
  • 4a1e9dd099 Merge pull request #72 from AdaCore/move_railway_demo Fabien Chouteau 2017-01-11 19:14:32 +01:00
  • a1d49c112d Railway demo moved in an AdaCore repo Fabien Chouteau 2017-01-11 18:40:51 +01:00
  • 0397380d4a Move the train example to a separate repository Fabien Chouteau 2016-11-02 13:42:40 +01:00
  • 5a60404f59 Merge pull request #108 from AdaCore/complementary_output Pat Rogers 2017-01-10 12:42:58 -06:00
  • 1dc1e73f36 add complementary PWM output capability pat-rogers 2017-01-10 10:45:16 -06:00
  • 0d37e1aa9c Merge pull request #107 from AdaCore/pwm_polarity Pat Rogers 2017-01-09 15:41:29 -06:00
  • 2a246c54bd Allow user to select output polarity pat-rogers 2017-01-09 14:43:49 -06:00
  • 98fe072e72 Merge pull request #106 from AdaCore/platform_build Pat Rogers 2017-01-03 11:57:42 -06:00
  • 3ea35178d0 Indicate BUILD is for the platform, so can have another build scenario for the app pat-rogers 2016-12-24 19:54:35 -06:00
  • f4457c29d3 Merge pull request #105 from AdaCore/native_fs_fix_builds Pat Rogers 2016-12-22 11:21:59 -06:00
  • afbcb4b683 Native.Filesystem: Fix build failure Fabien Chouteau 2016-12-22 18:15:35 +01:00
  • 0ab3249eb5 Merge pull request #101 from AdaCore/unified_access_to-classwide_type_names Pat Rogers 2016-12-22 10:53:04 -06:00
  • bc0fdcfb92 Merge branch 'master' into unified_access_to-classwide_type_names Pat Rogers 2016-12-22 10:52:03 -06:00
  • ef92d3016c Merge pull request #104 from AdaCore/travis_setup Fabien Chouteau 2016-12-22 16:56:10 +01:00
  • fe678b5d08 Merge pull request #103 from AdaCore/stm32_I2S_support Fabien Chouteau 2016-12-21 18:56:33 +01:00
  • 58f133ab35 Merge pull request #85 from AdaCore/components_config_pragma Fabien Chouteau 2016-12-20 15:28:02 +01:00
  • 22eea107d7 README: Add build status badge Fabien Chouteau 2016-12-20 15:07:31 +01:00
  • ffeee45563 Add Travis-CI continuous integration setup file Fabien Chouteau 2016-12-20 15:06:02 +01:00
  • fd9bf4bc18 STM32F4 example: Add audio feature Fabien Chouteau 2016-12-18 22:03:51 +01:00
  • 4f7fae7438 STM32F4-DISCO: Add audio initialization Fabien Chouteau 2016-12-18 22:03:26 +01:00
  • 106eeb5de2 CS43L22: Use HAL.Audio definition of audio frequency Fabien Chouteau 2016-12-18 22:01:14 +01:00
  • ccd861d2f3 Service/Audio: Create a simple sound synthesizer to test/try audio features Fabien Chouteau 2016-12-18 21:59:19 +01:00
  • 11d6774e2d STM32.Device: Fix a few style mistakes Fabien Chouteau 2016-12-18 19:31:42 +01:00
  • 57353b0a77 STM32.I2S: Add Inter-IC Sound support Fabien Chouteau 2016-12-18 19:25:19 +01:00
  • ff269ba99c STM32.Device: Fix SPI Enable_Clock and Reset Fabien Chouteau 2016-12-18 18:50:23 +01:00
  • 69b3302650 HAL.Audio: Replace Audio_Device with Audio_Stream interface Fabien Chouteau 2016-12-18 18:24:08 +01:00
  • f4bdddad6f Unify access-to-classwide type names pat-rogers 2016-12-17 17:50:21 -06:00
  • 45622b7d1a correct proj name typo pat-rogers 2016-12-17 17:47:03 -06:00
  • feb46300df Merge pull request #92 from AdaCore/microbit_compile_fix Fabien Chouteau 2016-12-17 22:03:58 +01:00
  • 67011b3696 Merge pull request #100 from AdaCore/ensure_all_demos_have_readmes Pat Rogers 2016-12-17 14:58:34 -06:00
  • 89a71e6891 Remove redundant demo_dma_interrupts project. pat-rogers 2016-12-17 12:48:30 -06:00
  • 2fe1afc262 Merge pull request #98 from AdaCore/correct_dma_demos Pat Rogers 2016-12-17 10:11:26 -06:00
  • 36fc3cd571 Merge pull request #99 from AdaCore/user_button_name_change Pat Rogers 2016-12-17 10:07:27 -06:00
  • 959128954e Change name of user button package to reflect that it is not a general user-defined button. Misc readability name changes and formatting. Update examples applying the user button for package name change. pat-rogers 2016-12-17 09:57:31 -06:00
  • 45f9bcab3a More update for structural change for gpr file. pat-rogers 2016-12-16 18:32:26 -06:00
  • 484aaf225b Merge pull request #97 from AdaCore/fix_readme Lambourg Jérôme 2016-12-16 18:03:40 +01:00
  • 8ccd8e395e Fix improper link in README.md and formatting issue Jerome Lambourg 2016-12-16 17:32:47 +01:00
  • de4aaa42f3 Merge pull request #95 from AdaCore/fix-examples Lambourg Jérôme 2016-12-16 17:29:13 +01:00
  • d98bd4e5e0 Remove the demos that are not actual examples. Jerome Lambourg 2016-12-16 17:06:56 +01:00
  • 13bc518fbd Merge pull request #94 from AdaCore/driver_demos_updates Pat Rogers 2016-12-16 09:17:59 -06:00
  • f4e59df081 update for structural change for gpr file (common_config.gpr instead of copnfig.gpr, etc) pat-rogers 2016-12-15 23:12:46 -06:00
  • 734dd779ad add readme pat-rogers 2016-12-15 19:41:07 -06:00
  • 199c161a75 add readme pat-rogers 2016-12-15 19:02:50 -06:00
  • 4460fc2b5c Merge branch 'master' of https://github.com/AdaCore/Ada_Drivers_Library pat-rogers 2016-12-15 10:56:21 -06:00
  • 4f67e43a28 Merge pull request #90 from AdaCore/bno055 Pat Rogers 2016-11-25 11:15:15 -06:00
  • edf5dc7dab Merge pull request #87 from AdaCore/mcp23x008_private_io Fabien Chouteau 2016-11-24 16:01:23 +01:00
  • b04099c132 MicroBit: Fix compilation error Fabien Chouteau 2016-11-24 15:59:43 +01:00
  • 0364c0f503 MCP23x008: Move the IO primitives to the private part of the specs Fabien Chouteau 2016-11-19 17:31:07 +01:00
  • 306f1a61a7 Merge branch 'master' of https://github.com/AdaCore/Ada_Drivers_Library pat-rogers 2016-11-23 09:41:06 -06:00
  • 5311dec2cd revert pat-rogers 2016-11-23 09:40:54 -06:00
  • d01504b2ea Merge pull request #60 from AdaCore/fix_license_issues Fabien Chouteau 2016-11-23 12:42:53 +01:00
  • df3aa98081 make clear the specific BSD license in use pat-rogers 2016-11-22 12:21:28 -06:00
  • 50b5413d78 Merge branch 'master' of https://github.com/AdaCore/Ada_Drivers_Library pat-rogers 2016-11-22 12:13:29 -06:00
  • 0d2586a1be Merge pull request #89 from AdaCore/start_nrf51_radio Fabien Chouteau 2016-11-22 10:36:06 +01:00
  • de68ae97a9 MicroBit: Add a BLE beacon feature to the example Fabien Chouteau 2016-11-21 00:59:30 +01:00