1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-30 03:26:13 +01:00

Commit Graph

  • 47cb43d1e9 Update IO_OLEDDisplay.h Neil McKechnie 2023-02-07 23:16:00 +0000
  • e2e9b7bae7 Update version.h Neil McKechnie 2023-02-07 22:04:09 +0000
  • 57292c2250 installer.sh script bug fix and enhancements Harald Barth 2023-02-07 20:44:03 +0100
  • 31ce2e3fef EXTurntable - change I2C address type to I2CAddress. Neil McKechnie 2023-02-07 18:36:48 +0000
  • d8881deb6a Merge branch 'devel' into devel-nmck Neil McKechnie 2023-02-07 18:05:18 +0000
  • 5439dd3158 Suppress compiler warnings. Neil McKechnie 2023-02-07 17:59:40 +0000
  • aad0d28d1f Servo driver - split PCA9685 into a filter + PWM driver. Neil McKechnie 2023-02-07 17:24:05 +0000
  • 19070d33ba Add Arduino M0, and display time on serial monitor. Neil McKechnie 2023-02-07 17:13:36 +0000
  • 7b79680de2 First stab at HAL-installable OLED Display Driver. Neil McKechnie 2023-02-07 17:09:17 +0000
  • 0c88c74706 Revert "Refactor SSD1306 initialisation to support different initialisation sequences." Neil McKechnie 2023-02-07 17:01:45 +0000
  • cb287f23a4 I2CManager: Add support for I2C Multiplexers to Wire and AVR. Neil McKechnie 2023-02-07 16:38:30 +0000
  • 261ccf2f3b HAL - change variable type for PCA9685 data. Neil McKechnie 2023-02-07 15:09:21 +0000
  • 278a9c52a6 Refactor SSD1306 initialisation to support different initialisation sequences. Neil McKechnie 2023-02-07 15:07:29 +0000
  • 9435869ee3 Prepare HAL device drivers to support Extended I2C Addresses Neil McKechnie 2023-02-07 15:04:03 +0000
  • d5a394d4e6 Prepare HAL device drivers to support Extended I2C Addresses Neil McKechnie 2023-02-07 14:55:14 +0000
  • c870940dde Add extra error checking peteGSX 2023-02-07 07:32:16 +1000
  • 754639c7e3 Update version peteGSX 2023-02-06 19:39:25 +1000
  • a478ad7112
    Merge pull request #302 from DCC-EX:separate-server-from-pca9685 peteGSX 2023-02-06 19:34:00 +1000
  • 13bd6ef9eb HAL: Add support for Extended Addresses and I2C Multiplexer Neil McKechnie 2023-02-04 23:57:22 +0000
  • 45657881eb Merge branch 'devel-nmck' of https://github.com/DCC-EX/CommandStation-EX into devel-nmck Neil McKechnie 2023-02-04 23:01:51 +0000
  • a590245e93 I2CManager_SAMD.h: Remove unneeded declaration. Neil McKechnie 2023-02-04 21:01:02 +0000
  • 6f5680fce0 DFPlayer: Avoid jumps in volume when switching song and reducing volume at the same time. Neil McKechnie 2023-02-04 20:59:19 +0000
  • 2f46a8e083 Add EX-RAIL 'ANOUT' function for general analogue outputs. Neil McKechnie 2023-02-04 20:56:12 +0000
  • bd62939713 Fix handling of hex numbers to avoid extending MSB (sign bit) Neil McKechnie 2023-02-04 20:55:14 +0000
  • abe79b854e Fix digital read bug peteGSX 2023-02-04 09:19:32 +1000
  • 27ddc7b30b IO_ExampleSerial - refactor and update comments Neil McKechnie 2023-02-03 12:56:19 +0000
  • 81559998ec Update IODevice base class to better support filter drivers Neil McKechnie 2023-02-03 12:55:25 +0000
  • 847ced2f49 Update IO_VL53L0X.h Neil McKechnie 2023-02-03 12:46:38 +0000
  • 49713badb2 Update I2CManager_NonBlocking.h Neil McKechnie 2023-02-02 12:21:35 +0000
  • be88344407 PCF8575 16-bit port device support added pmantoine 2023-02-02 07:12:47 +0800
  • ec83a345dc Basic PWM working peteGSX 2023-02-01 19:46:08 +1000
  • 4e32c707b9 Brief start on PWM peteGSX 2023-02-01 14:53:46 +1000
  • 73e1dfc192 Remove duplicate comment peteGSX 2023-02-01 08:13:23 +1000
  • 1ae74d9487 Merge branch 'separate-server-from-pca9685' of https://github.com/DCC-EX/CommandStation-EX into separate-server-from-pca9685 peteGSX 2023-02-01 07:51:45 +1000
  • a7366b42c1 Add new drivers peteGSX 2023-01-31 19:32:12 +1000
  • 84431d1841 Fix mess after rebase and conflicts peteGSX 2023-02-01 07:49:31 +1000
  • e12c5292fa Merge branch 'ex-io-28-feature-request-enable-pwm-support' of https://github.com/DCC-EX/CommandStation-EX into ex-io-28-feature-request-enable-pwm-support peteGSX 2023-02-01 07:29:17 +1000
  • e76197faa9 Brief PWM start peteGSX 2023-01-29 19:26:33 +1000
  • bdc8aec9a6 Refactored, analogue tested peteGSX 2023-01-29 10:06:01 +1000
  • 052256e2ed Refactored, analogue tested peteGSX 2023-01-29 10:06:01 +1000
  • ba9b363058 I2CManager_NonBlocking - Defer I2C speed changes for all drivers Neil McKechnie 2023-01-31 18:39:15 +0000
  • bdffd36820 IODevice.h - change visibility of findDevice to protected. Neil McKechnie 2023-01-31 15:24:38 +0000
  • 4d350040ba I2CManager_SAMD.h - avoid bus hangs on speed changes Neil McKechnie 2023-01-31 12:28:51 +0000
  • 1073e142e6 Add new drivers peteGSX 2023-01-31 19:32:12 +1000
  • a18c06d021 Cleaned up PWM start peteGSX 2023-01-31 19:29:39 +1000
  • 291a331f3e Fix read operations on I2CManager for SAMD Neil McKechnie 2023-01-31 00:36:57 +0000
  • 77b20e6a16 Merge branch 'ex-io-28-feature-request-enable-pwm-support' of https://github.com/DCC-EX/CommandStation-EX into ex-io-28-feature-request-enable-pwm-support peteGSX 2023-01-30 05:00:40 +1000
  • 1d27eb67e4 Brief PWM start peteGSX 2023-01-29 19:26:33 +1000
  • 7f19a92d2a Refactored, analogue tested peteGSX 2023-01-29 10:06:01 +1000
  • 7e4f9eb0e1 jT answer should contain empty string v4.1.4-Prod Harald Barth 2023-01-28 19:07:59 +0100
  • 1f5eafbcca Bugfix for issue #299 TurnoutDescription NULL Harald Barth 2023-01-27 18:42:26 +0100
  • 28caa9e8d3 Brief PWM start peteGSX 2023-01-29 19:26:33 +1000
  • 95945eab4c version bump v4.2.14-Devel Harald Barth 2023-01-29 08:50:19 +0100
  • 638682f05c STM32F4xx fast ADC read implementation (merge branch 'stm32_adcee_pma' into devel) Harald Barth 2023-01-29 08:47:05 +0100
  • ffb08523da Merge branch 'ex-io-28-feature-request-enable-pwm-support' of https://github.com/DCC-EX/CommandStation-EX into ex-io-28-feature-request-enable-pwm-support peteGSX 2023-01-29 17:18:33 +1000
  • d8a1bcaf34 Refactored, analogue tested peteGSX 2023-01-29 10:06:01 +1000
  • 212bf8d80e Broadcast power for <s> again Harald Barth 2023-01-29 08:13:52 +0100
  • a17c02444d Refactored, analogue tested peteGSX 2023-01-29 10:06:01 +1000
  • 290d878063 version Harald Barth 2023-01-28 19:09:16 +0100
  • 2a7588b1b5 jT answer should contain empty string Harald Barth 2023-01-28 19:07:59 +0100
  • be33bafa66 Fixed logic of ADC ready pmantoine 2023-01-28 14:39:00 +0800
  • 6cc66e26c1 Initial STM32F4xx fast ADC read implementation pmantoine 2023-01-28 13:58:55 +0800
  • c91d66549c Remove warnings Harald Barth 2023-01-27 19:42:55 +0100
  • 9e5d780c14 Bugfix for issue #299 TurnoutDescription NULL Harald Barth 2023-01-27 18:42:26 +0100
  • 2c0886bc2f version and copyright info Harald Barth 2023-01-27 17:03:39 +0100
  • 762742b4af Add the macro def devel-ifloco Harald Barth 2023-01-27 13:05:36 +0100
  • 88b572a148 Add EXRAIL IFLOCO function Harald Barth 2023-01-26 16:55:58 +0100
  • fcf16c1367 Update version peteGSX 2023-01-26 18:53:25 +1000
  • c69b8d85c8 Merge branch 'devel-plus-fastclock' into devel Colin Murdoch 2023-01-24 12:30:48 +0000
  • 006c85e6ae Delete platformio.ini.original Colin Murdoch 2023-01-24 12:21:28 +0000
  • d0ce59b19f I2CManager_Mega4809.h - allow other I2C clock speeds. Neil McKechnie 2023-01-24 09:35:10 +0000
  • a3d4255fee Revert "I2CManager_Mega4809.h - allow other I2C clock speeds." Neil McKechnie 2023-01-24 09:33:17 +0000
  • e8e00f69d6 Non-blocking I2C - reset byte counters on timeout. Neil McKechnie 2023-01-23 22:31:33 +0000
  • 10c8915d33 Ensure correct functions are called for strcpy_P, strncmp_P, strlen_P etc. on non-AVR targets.. Neil McKechnie 2023-01-23 22:28:43 +0000
  • 4f233de726
    Merge pull request #297 from DCC-EX:31-exio-to-do-optimise-read-speed peteGSX 2023-01-24 08:25:13 +1000
  • 682c47f7dd I2CManager_Mega4809.h - allow other I2C clock speeds. Neil McKechnie 2023-01-23 22:23:05 +0000
  • 4acf46db54 EX-IO reads optimised for speed peteGSX 2023-01-24 08:17:43 +1000
  • 20b3e9064c Analogue inputs functioning peteGSX 2023-01-23 21:35:22 +1000
  • 459904e5dd More analogue inputs peteGSX 2023-01-23 20:12:28 +1000
  • 878549d538 Working on analogue inputs peteGSX 2023-01-23 16:26:07 +1000
  • 7f4e3d9cea Digital inputs optimised peteGSX 2023-01-23 11:49:23 +1000
  • f2aeb4069f
    Merge pull request #296 from DCC-EX:294-bug-report-ex-rail-signalsignalh-inverted peteGSX 2023-01-23 04:59:54 +1000
  • aaf25d5426 Remove excess comments peteGSX 2023-01-23 04:53:39 +1000
  • 705617239f Sort out I2C timeout handling, and further I2C diagnostics. Neil McKechnie 2023-01-22 13:13:20 +0000
  • bfbc45674f Update IO_AnalogueInputs.h Neil McKechnie 2023-01-22 12:38:24 +0000
  • e079a9e395 Update IO_VL53L0X.h Neil McKechnie 2023-01-22 12:37:16 +0000
  • fb9170ab8b SIGNAL/SIGNALH operating correctly peteGSX 2023-01-22 19:25:00 +1000
  • 286bdc3c4d Create platformio.ini.original Colin Murdoch 2023-01-21 10:20:49 +0000
  • cd46d3c9e0 Remove #ifdef and merge calcs Colin Murdoch 2023-01-21 10:18:54 +0000
  • fb36bd1380 Fix F446 Serial Pin Comment (Rx/Tx) pmantoine 2023-01-17 20:15:30 +0800
  • b62c4da04d Update CommandDistributor.h Colin Murdoch 2023-01-17 10:56:12 +0000
  • ccf463b507 IODevice.cpp: Fix error in overlap checking. Neil McKechnie 2023-01-16 23:03:53 +0000
  • abf62dfd85 IO_VL53L0X driver: improve I2C error checking and reporting. Neil McKechnie 2023-01-16 23:00:58 +0000
  • 8fac20a451 Add #ifdef selections Colin Murdoch 2023-01-16 18:16:25 +0000
  • 7c25f22939 Fix error reported in IO_DFPlayer.h when compiling for some platforms Neil McKechnie 2023-01-14 23:50:33 +0000
  • 0c054c4d42 Merge branch 'devel' into devel-nmck Neil McKechnie 2023-01-14 23:37:17 +0000
  • 538519dd9d Add option to suppress I2C retries. Neil McKechnie 2023-01-14 18:58:06 +0000
  • 6e69df2da8 Add I2C retries to Wire and to non-blocking I2CManager. Neil McKechnie 2023-01-14 18:18:57 +0000
  • 3c5b7bbcfe HAL updates Neil McKechnie 2023-01-14 17:15:30 +0000
  • 79437bbf37 Update MotorDriver.cpp Neil McKechnie 2023-01-14 17:10:45 +0000